This document is archived and information here might be outdated. Recommended version. |
Data source for the series. Can be table, feature, raster layer, or name of another series for function series. No field cleaning happens.
[Visual Basic .NET]
Public Sub ReplaceSourceData ( _
ByVal idx As Integer, _
ByVal var As Object _
)
[C#]
public void ReplaceSourceData (
int idx,
object var
);
[C++]
HRESULT ReplaceSourceData(
long idx,
VARIANT var
);
[C++] Parameters idx [in]
idx is a parameter of type long var [in]
var is a parameter of type VARIANT