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






Windows & Linux

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
MemberValueDescription
eSamplingMethodUnknown-1Unknown sampling method.
eSamplingMethodAdaptive0Adaptive sampling method.
eSamplingMethodFixedStep1Fixed-step sampling method.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.