STK ObjectsSend comments on this topic.
SetType Method (IAgAccessSampling)
See Also
SamplingMethod
Windows





Windows & Linux

Description

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
);
[Unmanaged C++]
public: HRESULT SetType(
    AgESamplingMethod SamplingMethod
);
[Java]
public void setType(
    AgESamplingMethod SamplingMethod
);
[Python - STK API ]
def SetType(self, SamplingMethod:"AgESamplingMethod") -> None:

Parameters

SamplingMethod

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.