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( 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: |
- SigmaScale