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


ISchematicLayerEditHelper.GetSchematicInMemoryFeaturePortAtPoint Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicLayerEditHelper.GetSchematicInMemoryFeaturePortAtPoint Method

In memory feature and his port number near to the given point.

[Visual Basic .NET]
Public Sub GetSchematicInMemoryFeaturePortAtPoint ( _
    ByVal Point As IPoint, _
    ByVal PointSearchDistance As Double, _
    ByVal OnlySelectable As Boolean, _
    ByVal OnlyVisible As Boolean, _
    ByRef PortNumber As Integer, _
    ByRef InMemoryFeature As ISchematicInMemoryFeature _
)
[C#]
public void GetSchematicInMemoryFeaturePortAtPoint (
    IPoint Point,
    double PointSearchDistance,
    bool OnlySelectable,
    bool OnlyVisible,
    ref int PortNumber,
    ref ISchematicInMemoryFeature InMemoryFeature
);
[C++]
HRESULT GetSchematicInMemoryFeaturePortAtPoint(
  IPoint* Point,
  double PointSearchDistance,
  VARIANT_BOOL OnlySelectable,
  VARIANT_BOOL OnlyVisible,
  Long* PortNumber,
  ISchematicInMemoryFeature** InMemoryFeature
);
[C++]

Parameters Point [in]
Point is a parameter of type IPoint PointSearchDistance [in] PointSearchDistance is a parameter of type double OnlySelectable [in] OnlySelectable is a parameter of type VARIANT_BOOL OnlyVisible [in] OnlyVisible is a parameter of type VARIANT_BOOL PortNumber [in, out] PortNumber is a parameter of type Long InMemoryFeature [in, out]
InMemoryFeature is a parameter of type ISchematicInMemoryFeature

Product Availability

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

See Also

ISchematicLayerEditHelper Interface