InternalPartCircuitCount Property |
Indicate the number of circuits in a panel
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.251.0.0 (8.251.0.0)
Syntaxpublic int CircuitCount { get; set; }
Public Property CircuitCount As Integer
Get
Set
public:
property int CircuitCount {
int get ();
void set (int value);
}
member CircuitCount : int with get, set
Property Value
Type:
Int32
Remarks
Only valid if isAssembly is true
See Also