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


ICharacterMarker3DSymbol.VerticalOrientation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICharacterMarker3DSymbol Interface > ICharacterMarker3DSymbol.VerticalOrientation Property
ArcGIS Developer Help

ICharacterMarker3DSymbol.VerticalOrientation Property

Indicates whether character is oriented vertically.

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

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Description

VerticalOrientation indicates whether the character that an ICharacterMarker3DSymbol uses is oriented vertically.

See Also

ICharacterMarker3DSymbol Interface