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


ISchematicLink.FromPort Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicLink.FromPort Property

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

[Visual Basic .NET]
Public Property FromPort As Integer
[C#]
public int FromPort {get; set;}
[C++]
HRESULT get_FromPort(
  long* PortNumber
);
[C++]
HRESULT put_FromPort(
  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