Gets or sets the rotation value for the point symbol.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double MarkerRotation { get; set; }
VB
Public Property MarkerRotation As Double Get Set
C++
public: property double MarkerRotation { double get (); void set (double value); }
Property Value
DoubleRemarks
- The default value is 0.0.
- If you attempt to set this property t a value out of the range [0, 2*PI], the value will be calculated to a value in that range.