AGI STK Objects 11 Send comments on this topic.
IsSigmaScaleTypeSupported Method (IAgVeVOCovariancePointingContour)
See Also 
SigmaScale





Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsSigmaScaleTypeSupported( _
   ByVal SigmaScale As AgEVeVOSigmaScale _
) As Boolean

[C#]
public bool IsSigmaScaleTypeSupported(
AgEVeVOSigmaScale SigmaScale
);

[Managed C++]
public: bool IsSigmaScaleTypeSupported(
AgEVeVOSigmaScale SigmaScale
);

[Java]
public bool isSigmaScaleTypeSupported(
AgEVeVOSigmaScale SigmaScale
);

[Unmanaged C++]
public: HRESULT IsSigmaScaleTypeSupported(
AgEVeVOSigmaScale SigmaScale,
VARIANT_BOOL * ReturnValue
);

Parameters

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.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1