PointDescriptionKeyFixedMarkerRotation Property |
Specifies a fixed rotation used to rotate the point symbol when the description key is matched.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double FixedMarkerRotation { get; set; }
Public Property FixedMarkerRotation As Double
Get
Set
public:
property double FixedMarkerRotation {
double get ();
void set (double value);
}
Property Value
Double
Remarks
If the input value is out of range [0, 2*PI], the range is calculated as a value in that range before the property is set.
See Also