AGI STK Objects 11Send 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 
[C#]
public bool IsTypeSupported(
    AgESamplingMethod SamplingMethod
);
[Managed C++]
public: bool IsTypeSupported(
    AgESamplingMethod SamplingMethod
);
[Java]
public bool isTypeSupported(
    AgESamplingMethod SamplingMethod
);
[Unmanaged C++]
public: HRESULT IsTypeSupported(
    AgESamplingMethod SamplingMethod,
    VARIANT_BOOL * pRetVal
);

Parameters

SamplingMethod

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.