MarkerStyleBaseMarkerFixedScale Property |
Gets or sets a fixed scale used to scale the point symbol.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point3d MarkerFixedScale { get; set; }
Public Property MarkerFixedScale As Point3d
Get
Set
public:
property Point3d MarkerFixedScale {
Point3d get ();
void set (Point3d value);
}
Property Value
Point3d
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
Thrown when any coordinate value of the input value is out of interval (0.0, 1E24].
|
See Also