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


ISchematicInMemoryFeatureLink.ToPort Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLink.ToPort Property

Extremity port number of the schematic in memory feature link.

[Visual Basic .NET]
Public Property ToPort As Integer
[C#]
public int ToPort {get; set;}
[C++]
HRESULT get_ToPort(
  Long* pVal
);
[C++]
HRESULT put_ToPort(
  Long pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type Long pVal [in] pVal is a parameter of type Long

Product Availability

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

See Also

ISchematicInMemoryFeatureLink Interface

.NET Snippets

Change An In-Memory Link Schematic Feature Extremity Node