Get the selected axis offset type.
[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: |
- OffsetType