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


ISchematicInMemoryFeatureNodeGeometry.PortCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureNodeGeometry.PortCount Property

Number of ports of the schematic in memory feature node.

[Visual Basic .NET]
Public Function get_PortCount ( _
    ByVal Layer As ILayer _
) As Integer
[C#]
public int get_PortCount (
    ILayer Layer
);
[C++]
HRESULT get_PortCount(
  ILayer* Layer,
  long* Count
);
[C++]

Parameters Layer [in]
Layer is a parameter of type ILayer Count [out, retval] Count is a parameter of type long

Product Availability

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

See Also

ISchematicInMemoryFeatureNodeGeometry Interface