STK ObjectsSend comments on this topic.
AWBConstraints Property (IAgAccessConstraintCollection)
See Also
Windows





Windows & Linux

Description

Returns a AgAccessCnstrAWBCollection constraint used to access angle, vector and condition constraint.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.