An indicator describing the status of whether the constraint is satisfied or violated at the computed time.
Read-only property
[Visual Basic .NET] |
---|
Public Property Status() As AgEOnePtAccessStatus |
[C#] |
---|
public AgEOnePtAccessStatus Status {get;} |
[Managed C++] |
---|
public: __property AgEOnePtAccessStatus get_Status(); |
[Unmanaged C++] |
---|
public: HRESULT get_Status( AgEOnePtAccessStatus * pRetVal ); |
[Java] |
---|
public AgEOnePtAccessStatus getStatus(); |
[Python - STK API ] |
---|
@property def Status(self) -> "AgEOnePtAccessStatus": |