ArcObjects Library Reference (Geometry)  

ITopologicalOperator2.ClipToDomain Method

Clips the geometry to the domain of the spatial reference. Useful for ensuring that buffers can be fit within the spatial domain of the feature class to which they are being added.

[Visual Basic .NET]
Public Sub ClipToDomain ( _
)
[C#]
public void ClipToDomain (
);
[C++]
HRESULT ClipToDomain(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITopologicalOperator2 Interface