ImportLabelSet Method (String)

Takes the contents of the AlignmentLabelSetStyle template and copies its data into the Database object.

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

Syntax

C#

public void ImportLabelSet(
	string labelSetStyleName
)

Visual Basic

Public Sub ImportLabelSet ( _
	labelSetStyleName As String _
)

Visual C++

public:
void ImportLabelSet(
	String^ labelSetStyleName
)

Parameters

labelSetStyleName
Type: System.String
Label style set template name.

Remarks

Note that when the copying is performed, any existing AlignmentLabelSetStyle values are removed.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the labelSetStyle name is invalid.

See Also