Specifies the position (1-9) in the raw description of the parameter containing the value used to rotate the point symbol when the description key is matched.

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

Syntax

C#
public int MarkerRotationParameter { get; set; }
Visual Basic
Public Property MarkerRotationParameter As Integer
	Get
	Set
Visual C++
public:
property int MarkerRotationParameter {
	int get ();
	void set (int value);
}

Exceptions

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

See Also