ApplyScaleXY Property

Specifies that description key scaling is applied to the X-Y axis of a point when the description key is matched.

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

Syntax

C#

public bool ApplyScaleXY { get; set; }

Visual Basic

Public Property ApplyScaleXY As Boolean
	Get
	Set

Visual C++

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

See Also