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


ISchematicRecordset.SchematicDataSource Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicRecordset.SchematicDataSource Property

Schematic data source of the schematic recordset.

[Visual Basic .NET]
Public ReadOnly Property SchematicDataSource As ISchematicDataSource
[C#]
public ISchematicDataSource SchematicDataSource {get;}
[C++]
HRESULT get_SchematicDataSource(
  ISchematicDataSource** ppSchematicDataSource
);
[C++]

Parameters ppSchematicDataSource [out, retval]
ppSchematicDataSource is a parameter of type ISchematicDataSource

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicRecordset Interface