Share

PointDescriptionKey.ApplyScaleZ Property

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



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

Syntax

C#

public bool ApplyScaleZ { get; set; }

VB

Public Property ApplyScaleZ As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?