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





Description

Method for selecting the axis offset type.

Syntax

[Visual Basic .NET]
Public Sub SetAxisOffsetValue( _
   ByVal OffsetType As AgEAxisOffset, _
   ByVal AxisOffsetValue As Double _
) 

[C#]
public void SetAxisOffsetValue(
AgEAxisOffset OffsetType,
double AxisOffsetValue
);

[Managed C++]
public: void SetAxisOffsetValue(
AgEAxisOffset OffsetType,
double AxisOffsetValue
);

[Java]
public  setAxisOffsetValue(
AgEAxisOffset OffsetType,
double AxisOffsetValue
);

[Unmanaged C++]
public: HRESULT SetAxisOffsetValue(
AgEAxisOffset OffsetType,
double AxisOffsetValue
);

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.
AxisOffsetValue

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1