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


ISchematicDataSource.SchematicConnection Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDataSource.SchematicConnection Property

Schematic connection associated to the schematic data source.

[Visual Basic .NET]
Public ReadOnly Property SchematicConnection As ISchematicConnection
[C#]
public ISchematicConnection SchematicConnection {get;}
[C++]
HRESULT get_SchematicConnection(
  ISchematicConnection** SchematicConnection
);
[C++]

Parameters SchematicConnection [out, retval]
SchematicConnection is a parameter of type ISchematicConnection

Product Availability

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

See Also

ISchematicDataSource Interface