Share

SettingsSectionView.SettingsStyles.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.8.0.280

Syntax

C#

public PropertyString Marker { get; }

VB

Public ReadOnly Property Marker As PropertyString
	Get

C++

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

Property Value

PropertyString

Remarks

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

See Also

Reference

Was this information helpful?