Share

PointDescriptionKey.ApplyDrawingScale Property

Specifies that the drawing scale is used to scale the point symbol when the description key is matched.



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

Syntax

C#

public bool ApplyDrawingScale { get; set; }

VB

Public Property ApplyDrawingScale As Boolean
	Get
	Set

C++

public:
property bool ApplyDrawingScale {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?