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 Boolean
[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 * ReturnValue
);

Parameters

SamplingMethod
MemberValueDescription
eSamplingMethodUnknown-1Unknown sampling method.
eSamplingMethodAdaptive0Adaptive sampling method.
eSamplingMethodFixedStep1Fixed-step sampling method.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.