Method to set the type of sampling method.
| [Visual Basic .NET] |
|---|
Public Sub SetType( _ ByVal SamplingMethod As AgESamplingMethod _ ) |
| [C#] |
|---|
public void SetType( |
| [Managed C++] |
|---|
public: void SetType( |
| [Java] |
|---|
public setType( |
| [Unmanaged C++] |
|---|
public: HRESULT SetType( |
- SamplingMethod
Member Value Description eSamplingMethodUnknown -1 Unknown sampling method. eSamplingMethodAdaptive 0 Adaptive sampling method. eSamplingMethodFixedStep 1 Fixed-step sampling method.
