STK Vector Geometry ToolSend comments on this topic.
UseSamples Property (IAgCrdnCalcScalarDataElement)
See Also
Windows





Windows & Linux

Description

If set to true, selected data provider is presampled over its entire availability span using sampling method specified in Advanced options. Then subsequent evaluations use pre-sampled tabulated data and interpolation method of direct evaluation of that data provider.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseSamples() As Boolean
[C#]
public bool UseSamples {get; set;}
[Managed C++]
public: __property bool get_UseSamples();
public: __property void set_UseSamples( bool );
[Unmanaged C++]
public: HRESULT get_UseSamples(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseSamples(
    VARIANT_BOOL UseSamples
);
[Java]
public bool getUseSamples();
public void setUseSamples(
    bool
);
[Python - STK API ]
@property
def UseSamples(self) -> bool:

@UseSamples.setter
def UseSamples(self, UseSamples:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.