STK Vector Geometry ToolSend comments on this topic.
SamplingMethod Property (IAgCrdnSamplingBasic)
See Also
Windows





Windows & Linux

Description

Get the sampling definition, which can use a fixed step, relative tolerance or curvature tolerance. Relative tolerance uses a combination of relative and absolute changes in scalar values between samples. Curvature tolerance also uses changes in slope between samples.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SamplingMethod() As IAgCrdnSamplingMethod
[C#]
public IAgCrdnSamplingMethod SamplingMethod {get; set;}
[Managed C++]
public: __property IAgCrdnSamplingMethod ^ get_SamplingMethod();
public: __property void set_SamplingMethod( IAgCrdnSamplingMethod );
[Unmanaged C++]
public: HRESULT get_SamplingMethod(
    IAgCrdnSamplingMethod ** ppRetVal
);
public: HRESULT put_SamplingMethod(
    IAgCrdnSamplingMethod SamplingMethod
);
[Java]
public IAgCrdnSamplingMethod getSamplingMethod();
public void setSamplingMethod(
    IAgCrdnSamplingMethod
);
[Python - STK API ]
@property
def SamplingMethod(self) -> "IAgCrdnSamplingMethod":

@SamplingMethod.setter
def SamplingMethod(self, SamplingMethod:"IAgCrdnSamplingMethod") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.