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


ISchematicInMemoryFeatureLink.FromPort Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLink.FromPort Property

Origin port number of the schematic in memory feature link.

[Visual Basic .NET]
Public Property FromPort As Integer
[C#]
public int FromPort {get; set;}
[C++]
HRESULT get_FromPort(
  Long* FromPort
);
[C++]
HRESULT put_FromPort(
  Long FromPort
);
[C++]

Parameters FromPort [out, retval] FromPort is a parameter of type Long FromPort [in] FromPort 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 Origin Node