Gets a value indicating whether the specified type can be used.
[Visual Basic .NET] |
---|
Public Function IsOffsetTypeSupported( _ ByVal Offset As AgEVeGfxOffset _ ) As Boolean |
[C#] |
---|
public bool IsOffsetTypeSupported( AgEVeGfxOffset Offset ); |
[Managed C++] |
---|
public: bool IsOffsetTypeSupported( AgEVeGfxOffset Offset ); |
[Unmanaged C++] |
---|
public: HRESULT IsOffsetTypeSupported( AgEVeGfxOffset Offset, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isOffsetTypeSupported( AgEVeGfxOffset Offset ); |
[Python - STK API ] |
---|
def IsOffsetTypeSupported(self, Offset:"AgEVeGfxOffset") -> bool: |
- Offset