| CktElementNodeRef Property |
[This is preliminary documentation and is subject to change.]
Array of integers, a copy of the internal NodeRef of the CktElement.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int[] NodeRef { get; }
Public ReadOnly Property NodeRef As Integer()
Get
public:
property array<int>^ NodeRef {
array<int>^ get ();
}
member NodeRef : int[] with get
Property Value
Type:
Int32See Also