Returns a AgAccessCnstrAWBCollection constraint used to access angle, vector and condition constraint.
Read-only property
[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": |