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


ISimpleTextSymbol.Clip Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleTextSymbol Interface > ISimpleTextSymbol.Clip Property
ArcGIS Developer Help

ISimpleTextSymbol.Clip Property

Indicates if the text will be clipped per geometry.

[Visual Basic .NET]
Public Property Clip As Boolean
[C#]
public bool Clip {get; set;}
[C++]
HRESULT get_Clip(
  Boolean* Clip
);
[C++]
HRESULT put_Clip(
  VARIANT_BOOL Clip
);
[C++]
Parameters
Clip [out, retval]

Clip is a parameter of type bool* Clip [in]
Clip is a parameter of type bool

Product Availability

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

See Also

ISimpleTextSymbol Interface