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.9.0.960
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
Exceptions
See Also