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


ITextureLineSymbol.VerticalOrientation Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

ITextureLineSymbol.VerticalOrientation Property

Indicates whether line is oriented vertically.

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

Parameters bVertical [out, retval] bVertical is a parameter of type VARIANT_BOOL bVertical [in] bVertical is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITextureLineSymbol Interface