ArcObjects Library Reference (Display) |
|
IMarkerSymbol.Angle Property
Marker symbol angle.
[Visual Basic .NET]
Public Property Angle As Double
[C#]
public double Angle {get; set;}
[C++]
HRESULT get_Angle(
System.Double* Angle
);
[C++]
HRESULT put_Angle(
double Angle
);
[C++]
Parameters
Angle [out, retval]
Angle is a parameter of type double*
Angle [in]
Angle is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Angle is the number of degrees (0-360) that marker symbol is rotated. Rotation direction is counterclockwise and Arc Map assumes that directionality of the marker is horizontal (pointing in the positive X direction of a cartesian plane).
Angle is not supported by the BarChartSymbol coclass.
See Also
IMarkerSymbol Interface
.NET Samples
Dynamic display layer (Code Files:
MyDynamicLayerClass) |
Multivariate renderer (Code Files:
MultivariateRenderer) |
Triangle graphic element (Code Files:
TriangleElementClass)
.NET Related Topics
Implementing persistence