AGI STK Objects 11 Send comments on this topic.
Location Property (IAgVODataDisplayElement)
See Also 





Description

The location where the data display is to appear: 3D window, data display area, or offset from the selected object.

Property type

Read-write property

Syntax

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

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

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

[Unmanaged C++]
public: HRESULT get_Location(
AgEVOLocation * pRetVal
);
public: HRESULT put_Location(
AgEVOLocation NewLocation
);

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1