ArcObjects Library Reference (Display)  

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 Snippets

Draw Compound Marker on Dynamic Display

.NET Samples

Dynamic biking (Code Files: DynamicBikingCmd) | Dynamic display—tracking dynamic object (Code Files: TrackObject)