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






Windows & Linux

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
MemberValueDescription
eSigmaScaleUnknown-1Unknown.
eSigmaScaleProbability0Use probability: the contour is sized indirectly by specifying the probability encompassed by the ellipsoid as a percent.
eSigmaScaleScale1Use scale: the contour is sized directly by specifying the scale.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.