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

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

Syntax

C#
public PropertyObjectId MarkerStyleId { get; }
Visual Basic
Public ReadOnly Property MarkerStyleId As PropertyObjectId
	Get
Visual C++
public:
property PropertyObjectId^ MarkerStyleId {
	PropertyObjectId^ get ();
}

Remarks

We can set the styleId value to ObjectId.Null as UI did with the value: "".

See Also