STK ObjectsSend comments on this topic.
Directions Property (IAgDirectionProviderObject)
See Also
Windows





Windows & Linux

Description

Gets the beam steering list

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.