ArrowHeadOptionFixedScaleX Property |
Gets or Sets the arrow head fixed scale in X.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic double FixedScaleX { get; set; }
Public Property FixedScaleX As Double
Get
Set
public:
property double FixedScaleX {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the value of property:SizeOption is not ArrowHeadSizeType::UseFixedScale.
|
See Also