Method to set the sigma scale type.
| [Visual Basic .NET] |
|---|
Public Sub SetSigmaScaleType( _ ByVal SigmaScale As AgEVeVOSigmaScale _ ) |
| [C#] |
|---|
public void SetSigmaScaleType( |
| [Managed C++] |
|---|
public: void SetSigmaScaleType( |
| [Java] |
|---|
public setSigmaScaleType( |
| [Unmanaged C++] |
|---|
public: HRESULT SetSigmaScaleType( |
- SigmaScale
Member Value Description eSigmaScaleUnknown -1 Unknown. eSigmaScaleProbability 0 Use probability: the contour is sized indirectly by specifying the probability encompassed by the ellipsoid as a percent. eSigmaScaleScale 1 Use scale: the contour is sized directly by specifying the scale.
