This document is archived and information here might be outdated. Recommended version. |
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,
System.Int32* Count
);
[C++] Parameters Layer [in]
Layer is a parameter of type ILayer* Count [out, retval]
Count is a parameter of type long*