ESRI.ArcGIS.ADF.IMS | |
RotateMethod Property | |
See Also Example |
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > TrueTypeMarkerSymbol Class : RotateMethod Property |
Visual Basic (Declaration) | |
---|---|
Public Property RotateMethod As RotateMethod |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RotateMethod RotateMethod {get; set;} |
This example creates a new TrueTypeMarkerSymbol, with symbol rotated based on a
field within the layer.
Visual Basic | Copy Code |
---|---|
Dim symbol As New TrueTypeMarkerSymbol() |
C# | Copy Code |
---|---|
TrueTypeMarkerSymbol symbol = new TrueTypeMarkerSymbol(); |
Determines the relative zero starting point for angles specified with the Angle or AngleField properties.
Default is Mod_Arithmetic, which means that zero is assumed to be north, and that values increase in a counter-clockwise direction. Use a setting of Geographic to interpret angle values as increasing in a clockwise direction.
This property is ignored for ArcMap Server image services.