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:
- When esriDSRAScreen is set, the Heading is relative to the Screen-up direction.
- When esriDSRANorth is set, the Heading is relative to the Map’s North direction.
RotationAlignment property is not relevant for Line Symbols.