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 _
) As 
[C#]
public void SetType(
    AgESamplingMethod SamplingMethod
);
[Managed C++]
public: void SetType(
    AgESamplingMethod SamplingMethod
);
[Java]
public void setType(
    AgESamplingMethod SamplingMethod
);
[Unmanaged C++]
public: HRESULT SetType(
    AgESamplingMethod SamplingMethod
);

Parameters

SamplingMethod

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.