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


ISchematicLayer.GetSchematicFeaturesAtPointByType Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicLayer.GetSchematicFeaturesAtPointByType Method

Schematic features around the specified point.

[Visual Basic .NET]
Public Function GetSchematicFeaturesAtPointByType ( _
    ByVal ElementType As esriSchematicElementType, _
    ByVal Point As IPoint, _
    ByVal PointSearchDistance As Double, _
    ByVal OnlySelectable As Boolean, _
    ByVal OnlyVisible As Boolean _
) As IEnumSchematicFeature
[C#]
public IEnumSchematicFeature GetSchematicFeaturesAtPointByType (
    esriSchematicElementType ElementType,
    IPoint Point,
    double PointSearchDistance,
    bool OnlySelectable,
    bool OnlyVisible
);
[C++]
HRESULT GetSchematicFeaturesAtPointByType(
  esriSchematicElementType ElementType,
  IPoint* Point,
  double PointSearchDistance,
  VARIANT_BOOL OnlySelectable,
  VARIANT_BOOL OnlyVisible,
  IEnumSchematicFeature** SchematicFeatures
);
[C++]

Parameters ElementType [in]
ElementType is a parameter of type esriSchematicElementType 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 SchematicFeatures [out, retval]
SchematicFeatures is a parameter of type IEnumSchematicFeature

Product Availability

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

See Also

ISchematicLayer Interface