Gets or sets the location where the data display is to appear: 3D window, data display area, or offset from the selected object.
Read-write property
[Visual Basic .NET] |
---|
Public Property Location() As AgEVOLocation |
[C#] |
---|
public AgEVOLocation Location {get; set;} |
[Managed C++] |
---|
public: __property AgEVOLocation get_Location(); |
[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: |