Gets or sets the marker size that is specified in the current drawing units (usually feet or meters).
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double FixedSize { get; set; }
VB
Public Property FixedSize As Double Get Set
C++
public: property double FixedSize { double get (); void set (double value); }