Share

MarkerStyleBase.MarkerFixedScale Property

Gets or sets a fixed scale used to scale the point symbol.



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

Syntax

C#

public Point3d MarkerFixedScale { get; set; }

VB

Public Property MarkerFixedScale As Point3d
	Get
	Set

C++

public:
property Point3d MarkerFixedScale {
	Point3d get ();
	void set (Point3d value);
}

Property Value

Point3d

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when any coordinate value of the input value is out of interval (0.0, 1E24].

See Also

Reference

Was this information helpful?