AGI STK VGT 11 Send comments on this topic.
Location Property (IAgCrdnParameterSetGroundTrajectory)
See Also 





Description

Get the point for which ground trajectory representations are computed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Location() As IAgCrdnPoint

[C#]
public IAgCrdnPoint Location {get; set;}

[Managed C++]
public: __property IAgCrdnPoint^ get_Location();
public: __property void set_Location(
IAgCrdnPoint ^
);

[Unmanaged C++]
public: HRESULT get_Location(
IAgCrdnPoint ** ppRetVal
);
public: HRESULT put_Location(
IAgCrdnPoint * pNewLocation
);

[Java]
public IAgCrdnPoint getLocation();public void setLocation(
IAgCrdnPoint
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1