Gets or sets the ScaleType enum value that specifies how to scale the point marker.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ScaleType ScalingMethodType { get; set; }
VB
Public Property ScalingMethodType As ScaleType Get Set
C++
public: property ScaleType ScalingMethodType { ScaleType get (); void set (ScaleType value); }