AGI STK VGT 11Send 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 NewUseSamples
);
[Java]
public bool getUseSamples();public void setUseSamples(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.