Gets a value indicating whether the specified type can be used
[Visual Basic .NET] |
---|
Public Function IsTypeSupported( _ ByVal SamplingMethod As AgESamplingMethod _ ) As Boolean |
[C#] |
---|
public bool IsTypeSupported( |
[Managed C++] |
---|
public: bool IsTypeSupported( |
[Java] |
---|
public bool isTypeSupported( |
[Unmanaged C++] |
---|
public: HRESULT IsTypeSupported( |
- SamplingMethod
Member Value Description eSamplingMethodUnknown -1 Unknown sampling method. eSamplingMethodAdaptive 0 Adaptive sampling method. eSamplingMethodFixedStep 1 Fixed-step sampling method.