STK ObjectsSend comments on this topic.
IsTypeSupported Method (IAgAccessSampling)
See Also
SamplingMethod
Windows





Windows & Linux

Description

Gets a value indicating whether the specified type can be used

Syntax

[Visual Basic .NET]
Public Function IsTypeSupported( _
    ByVal SamplingMethod As AgESamplingMethod _
) As Boolean
[C#]
public bool IsTypeSupported(
    AgESamplingMethod SamplingMethod
);
[Managed C++]
public: bool IsTypeSupported(
    AgESamplingMethod SamplingMethod
);
[Unmanaged C++]
public: HRESULT IsTypeSupported(
    AgESamplingMethod SamplingMethod,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isTypeSupported(
    AgESamplingMethod SamplingMethod
);
[Python - STK API ]
def IsTypeSupported(self, SamplingMethod:"AgESamplingMethod") -> bool:

Parameters

SamplingMethod

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.