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


ISchematicInMemoryFeatureNodeGeometry.GetPortPosition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureNodeGeometry Interface > ISchematicInMemoryFeatureNodeGeometry.GetPortPosition Method
ArcGIS Developer Help

ISchematicInMemoryFeatureNodeGeometry.GetPortPosition Method

Provides access to the position of specified port number of the schematic in memory feature node.

[Visual Basic .NET]
Public Function GetPortPosition ( _
    ByVal Layer As ILayer, _
    ByVal PortNumber As Integer _
) As IPoint
[C#]
public IPoint GetPortPosition (
    ILayer Layer,
    int PortNumber
);
[C++]
HRESULT GetPortPosition(
  ILayer* Layer,
  long PortNumber
);
[C++]
Parameters
Layer [in]

Layer is a parameter of type ILayer* PortNumber [in]
PortNumber is a parameter of type long

Product Availability

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

See Also

ISchematicInMemoryFeatureNodeGeometry Interface