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


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

ISchematicConnection.Object Property

Encapsulated object of the schematic connection.

[Visual Basic .NET]
Public Property Object As Object
[C#]
public object Object {get; set;}
[C++]
HRESULT get_Object(
  IUnknown Pointer* Object
);
[C++]
HRESULT putref_Object(
  LPUNKNOWN Object
);
[C++]
Parameters
Object [out, retval]

Object is a parameter of type IUnknown* Object [in]
Object is a parameter of type IUnknown

Product Availability

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

See Also

ISchematicConnection Interface