AGI STK Objects 11 Send comments on this topic.
IsTypeSupported Method (IAgAccessSampling)
See Also 
SamplingMethod





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
Member Value Description
eSamplingMethodUnknown -1 Unknown sampling method.
eSamplingMethodAdaptive 0 Adaptive sampling method.
eSamplingMethodFixedStep 1 Fixed-step sampling method.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1