Gets the beam steering list.
Read-only property
[Visual Basic .NET] |
---|
Public Property Directions() As IAgObjectLinkCollection |
[C#] |
---|
public IAgObjectLinkCollection Directions {get;} |
[Managed C++] |
---|
public: __property IAgObjectLinkCollection ^ get_Directions(); |
[Unmanaged C++] |
---|
public: HRESULT get_Directions( IAgObjectLinkCollection ** ppRetVal ); |
[Java] |
---|
public IAgObjectLinkCollection getDirections(); |
[Python - STK API ] |
---|
@property def Directions(self) -> "IAgObjectLinkCollection": |