STK AviatorSend comments on this topic.
OffsetMode Property (IAgAvtrSiteSTKObjectWaypoint)
See Also
Windows





Windows & Linux

Description

Gets or sets the mode to offset the site location relative from the STK Object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OffsetMode() As AgEAvtrSTKObjectWaypointOffsetMode
[C#]
public AgEAvtrSTKObjectWaypointOffsetMode OffsetMode {get; set;}
[Managed C++]
public: __property AgEAvtrSTKObjectWaypointOffsetMode get_OffsetMode();
public: __property void set_OffsetMode( AgEAvtrSTKObjectWaypointOffsetMode );
[Unmanaged C++]
public: HRESULT get_OffsetMode(
    AgEAvtrSTKObjectWaypointOffsetMode * pVal
);
public: HRESULT put_OffsetMode(
    AgEAvtrSTKObjectWaypointOffsetMode newVal
);
[Java]
public AgEAvtrSTKObjectWaypointOffsetMode getOffsetMode();
public void setOffsetMode(
    AgEAvtrSTKObjectWaypointOffsetMode
);
[Python - STK API ]
@property
def OffsetMode(self) -> "AgEAvtrSTKObjectWaypointOffsetMode":

@OffsetMode.setter
def OffsetMode(self, newVal:"AgEAvtrSTKObjectWaypointOffsetMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.