MarkerStyle Property

Gets the display and appearance of points on the alignment.

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

Syntax

C#

public PropertyString MarkerStyle { get; }

Visual Basic

Public ReadOnly Property MarkerStyle As PropertyString
	Get

Visual C++

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

See Also