Get the constraints imposed on the satellite.
Read-only property
[Visual Basic .NET] |
---|
Public Property AccessConstraints() As IAgAccessConstraintCollection |
[C#] |
---|
public IAgAccessConstraintCollection AccessConstraints {get;} |
[Managed C++] |
---|
public: __property IAgAccessConstraintCollection ^ get_AccessConstraints(); |
[Unmanaged C++] |
---|
public: HRESULT get_AccessConstraints( IAgAccessConstraintCollection ** ppRetVal ); |
[Java] |
---|
public IAgAccessConstraintCollection getAccessConstraints(); |
[Python - STK API ] |
---|
@property def AccessConstraints(self) -> "IAgAccessConstraintCollection": |