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






Windows & Linux

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 Location
);
[Java]
public IAgCrdnPoint getLocation();
public void setLocation(
    IAgCrdnPoint
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.