STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT IsSigmaScaleTypeSupported(
    AgEVeVOSigmaScale SigmaScale,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isSigmaScaleTypeSupported(
    AgEVeVOSigmaScale SigmaScale
);
[Python - STK API ]
def IsSigmaScaleTypeSupported(self, SigmaScale:"AgEVeVOSigmaScale") -> bool:

Parameters

SigmaScale

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.