Get the point for which ground trajectory representations are computed.
Read-write property
[Visual Basic .NET] |
---|
Public Property Location() As IAgCrdnPoint |
[C#] |
---|
public IAgCrdnPoint Location {get; set;} |
[Managed C++] |
---|
public: __property IAgCrdnPoint^ get_Location(); |
[Unmanaged C++] |
---|
public: HRESULT get_Location( |
[Java] |
---|
public IAgCrdnPoint getLocation();public void setLocation( |