MarkerStyleName Property

Gets or sets the name of the marker style for the building site style.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public string MarkerStyleName { get; set; }

Visual Basic

Public Property MarkerStyleName As String
	Get
	Set

Visual C++

public:
property String^ MarkerStyleName {
	String^ get ();
	void set (String^ value);
}

Exceptions

ExceptionCondition
System.ArgumentException Thrown when setting the property with an object name that a MarkerStyle of this name is not exist.

See Also