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






Windows & Linux

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
MemberValueDescription
eSensorRadius0Sensor Radius: offset along the axis of the boresight by a distance calculated by STK using the radius entered.
eBoresightOffset1Boresight Offset: offset along the axis of the boresight by the distance specified.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.