STK ObjectsSend comments on this topic.
Location Property (IAgVODataDisplayElement)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_Location(
    AgEVOLocation Location
);
[Java]
public AgEVOLocation getLocation();
public void setLocation(
    AgEVOLocation
);
[Python - STK API ]
@property
def Location(self) -> "AgEVOLocation":

@Location.setter
def Location(self, Location:"AgEVOLocation") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.