This document is archived and information here might be outdated. Recommended version. |
Set the search shape to the shape of a feature.
[Visual Basic .NET] Public Sub SetARFeatureShape ( _ ByVal pARFeature As ARFeature, _ [ByVal bufferDistance As Double] _ )
[C#] public void SetARFeatureShape ( ARFeature pARFeature, double bufferDistance );
Sets the search geometry of the ArcReaderSearchDef to the shape of the specified ARFeature. To buffer the search geometry specify a buffer distance in IARMap::MapUnits. By default the buffer distance is 0.0.
The method specifies the shape against which the ARFeature objects will be tested. Use the SpatialRelationship property to define the relationship between the shape you have specified and the shape of each ARFeature object.
2117 800A0845: No ARFeature has been supplied
IARSearchDef Interface | IARSearchDef.SetPointShape Method | IARSearchDef.SetEnvelopeShape Method