AGI STK Objects 11 Send comments on this topic.
GetAxisOffsetValue Method (IAgSnVOOffset)
See Also 
OffsetType





Description

The selected axis offset type.

Syntax

[Visual Basic .NET]
Public Function GetAxisOffsetValue( _
   ByVal OffsetType As AgEAxisOffset _
) As Double

[C#]
public double GetAxisOffsetValue(
AgEAxisOffset OffsetType
);

[Managed C++]
public: double GetAxisOffsetValue(
AgEAxisOffset OffsetType
);

[Java]
public double getAxisOffsetValue(
AgEAxisOffset OffsetType
);

[Unmanaged C++]
public: HRESULT GetAxisOffsetValue(
AgEAxisOffset OffsetType,
double * ReturnValue
);

Parameters

OffsetType
Member Value Description
eSensorRadius 0 Sensor Radius: offset along the axis of the boresight by a distance calculated by STK using the radius entered.
eBoresightOffset 1 Boresight Offset: offset along the axis of the boresight by the distance specified.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1