STK ObjectsSend comments on this topic.
Status Property (IAgOnePtAccessConstraint)
See Also
Windows





Windows & Linux

Description

An indicator describing the status of whether the constraint is satisfied or violated at the computed time.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.