This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureNodeGeometry Interface > ISchematicInMemoryFeatureNodeGeometry.PortCount Property (ArcObjects .NET 10.4 SDK) |
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