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


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

ISchematicLayer.GetSchematicFeaturesAtPoint Method

Schematic features selected in the schematic layer.

[Visual Basic .NET]
Public Function GetSchematicFeaturesAtPoint ( _
    ByVal Point As IPoint, _
    ByVal PointSearchDistance As Double, _
    ByVal OnlySelectable As Boolean, _
    ByVal OnlyVisible As Boolean _
) As IEnumSchematicFeature
[C#]
public IEnumSchematicFeature GetSchematicFeaturesAtPoint (
    IPoint Point,
    double PointSearchDistance,
    bool OnlySelectable,
    bool OnlyVisible
);
[C++]
HRESULT GetSchematicFeaturesAtPoint(
  IPoint* Point,
  double PointSearchDistance,
  VARIANT_BOOL OnlySelectable,
  VARIANT_BOOL OnlyVisible
);
[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

Product Availability

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

See Also

ISchematicLayer Interface