Get the DAFIF waypoints.
Read-only property
[Visual Basic .NET] |
---|
Public Property DAFIFWaypoints() As IAgAvtrDAFIFSource |
[C#] |
---|
public IAgAvtrDAFIFSource DAFIFWaypoints {get;} |
[Managed C++] |
---|
public: __property IAgAvtrDAFIFSource ^ get_DAFIFWaypoints(); |
[Unmanaged C++] |
---|
public: HRESULT get_DAFIFWaypoints( IAgAvtrDAFIFSource ** ppRetVal ); |
[Java] |
---|
public IAgAvtrDAFIFSource getDAFIFWaypoints(); |
[Python - STK API ] |
---|
@property def DAFIFWaypoints(self) -> "IAgAvtrDAFIFSource": |