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


ISchematicConnection.Open Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicConnection Interface > ISchematicConnection.Open Method
ArcGIS Developer Help

ISchematicConnection.Open Method

Opens the schematic connection.

[Visual Basic .NET]
Public Sub Open ( _
)
[C#]
public void Open (
);
[C++]
HRESULT Open(
void
);

Product Availability

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

See Also

ISchematicConnection Interface