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


ISchematicLink.ToPort Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

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(
  long* 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