| BusAllPDEatBus Property |
[This is preliminary documentation and is subject to change.]
Returns an array with the names of all PDE connected to the active bus
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string[] AllPDEatBus { get; }
Public ReadOnly Property AllPDEatBus As String()
Get
public:
property array<String^>^ AllPDEatBus {
array<String^>^ get ();
}
member AllPDEatBus : string[] with get
function get_AllPDEatBus();
Property Value
Type:
StringSee Also