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


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

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,
  System.Int32* 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 bool OnlyVisible [in]
OnlyVisible is a parameter of type bool PortNumber [in, out]
PortNumber is a parameter of type int* 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