Share

PointDescriptionKey.ScaleParameter Property

Specifies the position (1-9) in the raw description of the parameter that contains the value 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 int ScaleParameter { get; set; }

VB

Public Property ScaleParameter As Integer
	Get
	Set

C++

public:
property int ScaleParameter {
	int get ();
	void set (int value);
}

Property Value

Int32

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the newValue is not in the range of [1, 9].

See Also

Reference

Was this information helpful?