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





Description

Method to set the type of sampling method.

Syntax

[Visual Basic .NET]
Public Sub SetType( _
   ByVal SamplingMethod As AgESamplingMethod _
) 

[C#]
public void SetType(
AgESamplingMethod SamplingMethod
);

[Managed C++]
public: void SetType(
AgESamplingMethod SamplingMethod
);

[Java]
public  setType(
AgESamplingMethod SamplingMethod
);

[Unmanaged C++]
public: HRESULT SetType(
AgESamplingMethod SamplingMethod
);

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