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