This document is archived and information here might be outdated. Recommended version. |
Schematic features returned by a spatial query baed on a polygon.
[Visual Basic .NET] Public Function GetSchematicFeaturesInZone ( _ ByVal Polygon As IPolygon, _ ByVal SpatialRelation As esriSpatialRelEnum, _ ByVal OnlySelectable As Boolean, _ ByVal OnlyVisible As Boolean _ ) As IEnumSchematicFeature
[C#] public IEnumSchematicFeature GetSchematicFeaturesInZone ( IPolygon Polygon, esriSpatialRelEnum SpatialRelation, bool OnlySelectable, bool OnlyVisible );
[C++]
HRESULT GetSchematicFeaturesInZone(
IPolygon* Polygon,
esriSpatialRelEnum SpatialRelation,
VARIANT_BOOL OnlySelectable,
VARIANT_BOOL OnlyVisible
);
[C++]
Parameters Polygon [in]
Polygon is a parameter of type IPolygon* SpatialRelation [in]
SpatialRelation is a parameter of type esriSpatialRelEnum OnlySelectable [in]
OnlySelectable is a parameter of type bool OnlyVisible [in]
OnlyVisible is a parameter of type bool