| ParallelActorStatus Property |
[This is preliminary documentation and is subject to change.]
Gets the status of each actor
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int[] ActorStatus { get; }
Public ReadOnly Property ActorStatus As Integer()
Get
public:
property array<int>^ ActorStatus {
array<int>^ get ();
}
member ActorStatus : int[] with get
function get_ActorStatus();
Property Value
Type:
Int32See Also