Specifies the scaling method, which, in combination with the Watershed Units value, determines the point symbol size.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public ScalingMethodType PointScalingMethod { get; set; }
Visual Basic
Public Property PointScalingMethod As ScalingMethodType
	Get
	Set
Visual C++
public:
property ScalingMethodType PointScalingMethod {
	ScalingMethodType get ();
	void set (ScalingMethodType value);
}

See Also