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


ISchematicConnection.State Property (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.State Property
ArcGIS Developer Help

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