Gets or sets the rotation value for the point symbol.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public double MarkerRotation { get; set; } |
| Visual Basic |
|---|
Public Property MarkerRotation As Double Get Set |
| Visual C++ |
|---|
public: property double MarkerRotation { double get (); void set (double value); } |
Remarks
- 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.