PCBCircuitIsRoot Property |
A boolean value indicated whether or not this circuit instance is the reference (datum or (0,0)) instance.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.251.0.0 (8.251.0.0)
Syntaxpublic bool IsRoot { get; set; }
Public Property IsRoot As Boolean
Get
Set
public:
property bool IsRoot {
bool get ();
void set (bool value);
}
member IsRoot : bool with get, set
Property Value
Type:
Boolean
See Also