| PDElementsAllNumTerminals Property |
[This is preliminary documentation and is subject to change.]
Integer array listing the number of terminals of all PD elements
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int[] AllNumTerminals { get; }
Public ReadOnly Property AllNumTerminals As Integer()
Get
public:
property array<int>^ AllNumTerminals {
array<int>^ get ();
}
member AllNumTerminals : int[] with get
function get_AllNumTerminals();
Property Value
Type:
Int32See Also