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


IMaplexPlacedLabel.CJKCharactersRotation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexPlacedLabel Interface > IMaplexPlacedLabel.CJKCharactersRotation Property
ArcGIS Developer Help

IMaplexPlacedLabel.CJKCharactersRotation Property

Indicates if CJK charcters are rotated.

[Visual Basic .NET]
Public Property CJKCharactersRotation As Boolean
[C#]
public bool CJKCharactersRotation {get; set;}
[C++]
HRESULT get_CJKCharactersRotation(
  VARIANT_BOOL Rotation
);
[C++]
HRESULT put_CJKCharactersRotation(
  Boolean* Rotation
);
[C++]
Parameters
Rotation [in]

Rotation is a parameter of type bool Rotation [out, retval]
Rotation is a parameter of type bool*

Product Availability

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

See Also

IMaplexPlacedLabel Interface