StructurePlanLabelStyleName Property

Gets or sets the structure plan label style name.

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

Syntax

C#

public string StructurePlanLabelStyleName { get; set; }

Visual Basic

Public Property StructurePlanLabelStyleName As String
	Get
	Set

Visual C++

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

Exceptions

ExceptionCondition
System.ArgumentException Thrown when setting the property with an object name for a LabelStyle that doesn't exist.

See Also