This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbologyEnvironment Interface > ISymbologyEnvironment.GeometryClipping Property (ArcObjects .NET 10.5 SDK) |
Indicates if all geometry is clipped on output.
[Visual Basic .NET] Public Property GeometryClipping As Boolean
[C#] public bool GeometryClipping {get; set;}
[C++]
HRESULT get_GeometryClipping(
VARIANT_BOOL* GeometryClipping
);
[C++]
HRESULT put_GeometryClipping(
VARIANT_BOOL GeometryClipping
);
[C++]
Parameters GeometryClipping [out, retval] GeometryClipping is a parameter of type VARIANT_BOOL GeometryClipping [in] GeometryClipping is a parameter of type VARIANT_BOOL