CogoPointMarkerRotation Property

Gets or sets the rotation value for the point symbol.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double MarkerRotation { get; set; }

Property Value

Double
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.
See Also