Share

SurfaceWatershedStyle.PointScalingMethod Property

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.8.0.280

Syntax

C#

public ScalingMethodType PointScalingMethod { get; set; }

VB

Public Property PointScalingMethod As ScalingMethodType
	Get
	Set

C++

public:
property ScalingMethodType PointScalingMethod {
	ScalingMethodType get ();
	void set (ScalingMethodType value);
}

Property Value

ScalingMethodType

See Also

Reference

Was this information helpful?