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.245.0.0 (8.245.0.0)
Syntax public 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:
BooleanSee Also