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


IDynamicSymbolProperties.RotationAlignment Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties Interface > IDynamicSymbolProperties.RotationAlignment Property
ArcGIS Developer Help

IDynamicSymbolProperties.RotationAlignment Property

Indicates the rotation alignment for the specified dynamic symbol.

[Visual Basic .NET]
Public Function get_RotationAlignment ( _
    ByVal dynamicSymbolType As esriDynamicSymbolType _
) As esriDynamicSymbolRotationAlignment
[Visual Basic .NET]
Public Sub set_RotationAlignment ( _
    ByVal dynamicSymbolType As esriDynamicSymbolType, _
    ByVal dynamicSymbolRotationAlignment As esriDynamicSymbolRotationAlignment _
)
[C#]
public esriDynamicSymbolRotationAlignment get_RotationAlignment (
    esriDynamicSymbolType dynamicSymbolType
);
[C#]
public void set_RotationAlignment (
    esriDynamicSymbolType dynamicSymbolType,
    esriDynamicSymbolRotationAlignment dynamicSymbolRotationAlignment
);
[C++]
HRESULT get_RotationAlignment(
  esriDynamicSymbolType dynamicSymbolType,
  esriDynamicSymbolRotationAlignment* dynamicSymbolRotationAlignment
);
[C++]
HRESULT put_RotationAlignment(
  esriDynamicSymbolType dynamicSymbolType,
  esriDynamicSymbolRotationAlignment dynamicSymbolRotationAlignment
);
[C++]
Parameters
dynamicSymbolType [in]

dynamicSymbolType is a parameter of type esriDynamicSymbolType dynamicSymbolRotationAlignment [out, retval]
dynamicSymbolRotationAlignment is a parameter of type esriDynamicSymbolRotationAlignment* dynamicSymbolType [in]
dynamicSymbolType is a parameter of type esriDynamicSymbolType dynamicSymbolRotationAlignment [in]
dynamicSymbolRotationAlignment is a parameter of type esriDynamicSymbolRotationAlignment

Product Availability

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

Remarks

The RotationAlignment property controls how the actual Heading of the symbol is to be rendered:

RotationAlignment property is not relevant for Line Symbols.

See Also

IDynamicSymbolProperties Interface

.NET Samples

Dynamic biking