This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITopologicalOperator2 Interface > ITopologicalOperator2.ClipToDomain Method (ArcObjects .NET 10.5 SDK) |
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
);