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





Windows & Linux

Description

The type of the constraint being evaluated.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Constraint() As AgEAccessConstraints
[C#]
public AgEAccessConstraints Constraint {get;}
[Managed C++]
public: __property AgEAccessConstraints get_Constraint();
[Unmanaged C++]
public: HRESULT get_Constraint(
    AgEAccessConstraints * pRetVal
);
[Java]
public AgEAccessConstraints getConstraint();
[Python - STK API ]
@property
def Constraint(self) -> "AgEAccessConstraints":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.