Click or drag to resize

CommandBuiltIn Property

RootPro Gets a value indicating whether it is a standard command of CAD.

Namespace:  RootPro.RootProCAD.Command
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract bool BuiltIn { get; }

Property Value

Type: Boolean
RootPro true for CAD standard commands. Otherwise false.
See Also