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






Windows & Linux

Description

Method for selecting the axis offset type.

Syntax

[Visual Basic .NET]
Public Sub SetAxisOffsetValue( _
    ByVal OffsetType As AgEAxisOffset, _
    ByVal AxisOffsetValue As Double _
) As 
[C#]
public void SetAxisOffsetValue(
    AgEAxisOffset OffsetType,
    double AxisOffsetValue
);
[Managed C++]
public: void SetAxisOffsetValue(
    AgEAxisOffset OffsetType,
    double AxisOffsetValue
);
[Java]
public void setAxisOffsetValue(
    AgEAxisOffset OffsetType,
    double AxisOffsetValue
);
[Unmanaged C++]
public: HRESULT SetAxisOffsetValue(
    AgEAxisOffset OffsetType,
    double AxisOffsetValue
);

Parameters

OffsetType
AxisOffsetValue

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.