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






Windows & Linux

Description

Sets the sigma scale type.

Syntax

[Visual Basic .NET]
Public Sub SetSigmaScaleType( _
   ByVal SigmaScale As AgEVeVOSigmaScale _
) 
[C#]
public void SetSigmaScaleType(
   AgEVeVOSigmaScale SigmaScale
);
[Managed C++]
public: void SetSigmaScaleType(
   AgEVeVOSigmaScale SigmaScale
);
[Java]
public  setSigmaScaleType(
   AgEVeVOSigmaScale SigmaScale
);
[Unmanaged C++]
public: HRESULT SetSigmaScaleType(
   AgEVeVOSigmaScale SigmaScale
);

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.