This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicLayer Interface > ISchematicLayer.GetSchematicFeaturesAtPointByClass Method (ArcObjects .NET 10.5 SDK) |
Schematic features of the specified type around the specified point.
[Visual Basic .NET] Public Function GetSchematicFeaturesAtPointByClass ( _ ByVal SchematicElementClass As ISchematicElementClass, _ ByVal Point As IPoint, _ ByVal PointSearchDistance As Double, _ ByVal OnlySelectable As Boolean, _ ByVal OnlyVisible As Boolean _ ) As IEnumSchematicFeature
[C#] public IEnumSchematicFeature GetSchematicFeaturesAtPointByClass ( ISchematicElementClass SchematicElementClass, IPoint Point, double PointSearchDistance, bool OnlySelectable, bool OnlyVisible );
[C++]
HRESULT GetSchematicFeaturesAtPointByClass(
ISchematicElementClass* SchematicElementClass,
IPoint* Point,
double PointSearchDistance,
VARIANT_BOOL OnlySelectable,
VARIANT_BOOL OnlyVisible,
IEnumSchematicFeature** SchematicFeatures
);
[C++]
Parameters SchematicElementClass [in]
SchematicElementClass is a parameter of type ISchematicElementClass 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