Get the constellation's constraints.
Read-only property
[Visual Basic .NET] |
---|
Public Property Constraints() As IAgCnConstraints |
[C#] |
---|
public IAgCnConstraints Constraints {get;} |
[Managed C++] |
---|
public: __property IAgCnConstraints ^ get_Constraints(); |
[Unmanaged C++] |
---|
public: HRESULT get_Constraints( IAgCnConstraints ** ppVal ); |
[Java] |
---|
public IAgCnConstraints getConstraints(); |
[Python - STK API ] |
---|
@property def Constraints(self) -> "IAgCnConstraints": |