Returns true if the type is supported.
[Visual Basic .NET] |
---|
Public Function IsTypeSupported( _ ByVal Type As AgECrdnAxesType _ ) As |
[C#] |
---|
public bool IsTypeSupported( AgECrdnAxesType Type ); |
[Managed C++] |
---|
public: bool IsTypeSupported( AgECrdnAxesType Type ); |
[Java] |
---|
public bool isTypeSupported( AgECrdnAxesType Type ); |
[Unmanaged C++] |
---|
public: HRESULT IsTypeSupported( AgECrdnAxesType Type, VARIANT_BOOL * pRetVal ); |
- Type
Determine if the specified axes type is supported.
[C#] | ||
---|---|---|
|
Determine if the specified axes type is supported.
[Visual Basic .NET] | ||
---|---|---|
|