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


ISchematicLink.ToPort Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicLink Interface > ISchematicLink.ToPort Property
ArcGIS Developer Help

ISchematicLink.ToPort Property

Port number on the schematic extremity node used to connect the schematic link.

[Visual Basic .NET]
Public Property ToPort As Integer
[C#]
public int ToPort {get; set;}
[C++]
HRESULT get_ToPort(
  System.Int32* PortNumber
);
[C++]
HRESULT put_ToPort(
  long PortNumber
);
[C++]
Parameters
PortNumber [out, retval]

PortNumber is a parameter of type long* PortNumber [in]
PortNumber is a parameter of type long

Product Availability

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

See Also

ISchematicLink Interface