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


ITopologicalOperator2.ClipToDomain Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITopologicalOperator2 Interface > ITopologicalOperator2.ClipToDomain Method
ArcGIS Developer Help

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