This document is archived and information here might be outdated.  Recommended version.


ISeriesProperties.SourceData Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISeriesProperties Interface > ISeriesProperties.SourceData Property
ArcGIS Developer Help

ISeriesProperties.SourceData Property

Data source for the series. Can be table, feature, raster layer, or name of another series for function series.

[Visual Basic .NET]
Public Property SourceData As Object
[C#]
public object SourceData {get; set;}
[C++]
HRESULT get_SourceData(
  VARIANT pVar
);
[C++]
HRESULT put_SourceData(
  Variant* pVar
);
[C++]
Parameters
pVar [in]

pVar is a parameter of type VARIANT pVar [out, retval]
pVar is a parameter of type VARIANT*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISeriesProperties Interface