Gets a value indicating whether the specified type can be used.
| [Visual Basic .NET] |
|---|
Public Function IsSigmaScaleTypeSupported( _ ByVal SigmaScale As AgEVeVOSigmaScale _ ) As Boolean |
| [C#] |
|---|
public bool IsSigmaScaleTypeSupported( |
| [Managed C++] |
|---|
public: bool IsSigmaScaleTypeSupported( |
| [Java] |
|---|
public bool isSigmaScaleTypeSupported( |
| [Unmanaged C++] |
|---|
public: HRESULT IsSigmaScaleTypeSupported( |
- 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.
