STK ObjectsSend comments on this topic.
Constraints Property (IAgOnePtAccessResult)
See Also
Windows





Windows & Linux

Description

List of constraints evaluated at this time.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Constraints() As IAgOnePtAccessConstraintCollection
[C#]
public IAgOnePtAccessConstraintCollection Constraints {get;}
[Managed C++]
public: __property IAgOnePtAccessConstraintCollection ^ get_Constraints();
[Unmanaged C++]
public: HRESULT get_Constraints(
    IAgOnePtAccessConstraintCollection ** ppRetVal
);
[Java]
public IAgOnePtAccessConstraintCollection getConstraints();
[Python - STK API ]
@property
def Constraints(self) -> "IAgOnePtAccessConstraintCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.