Marker Property

Specifies the default marker style for section view points for offset elevation and depth grade labels.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public PropertyString Marker { get; }

Visual Basic

Public ReadOnly Property Marker As PropertyString
	Get

Visual C++

public:
property PropertyString^ Marker {
	PropertyString^ get ();
}

Remarks

We can set the style value to "<none>" as UI did with the value: "".

See Also