PointDescriptionKeyLabelRotationParameter Property |
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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int LabelRotationParameter { get; set; }
Public Property LabelRotationParameter As Integer
Get
Set
public:
property int LabelRotationParameter {
int get ();
void set (int value);
}
Property Value
Int32
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the newValue is not in the range of [1, 9].
|
See Also