ArcObjects Library Reference (Schematic)  

ISchematicConnection.State Property

The schematic connection state of the schematic connection.

[Visual Basic .NET]
Public ReadOnly Property State As esriSchematicConnectionState
[C#]
public esriSchematicConnectionState State {get;}
[C++]
HRESULT get_State(
  esriSchematicConnectionState* State
);
[C++]

Parameters

State [out, retval]

  State is a parameter of type esriSchematicConnectionState

Product Availability

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

See Also

ISchematicConnection Interface