STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT GetAxisOffsetValue(
    AgEAxisOffset OffsetType,
    double * pNum
);
[Java]
public double getAxisOffsetValue(
    AgEAxisOffset OffsetType
);
[Python - STK API ]
def GetAxisOffsetValue(self, OffsetType:"AgEAxisOffset") -> float:

Parameters

OffsetType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.