RemoveComponent Method

Remove a component from the label style.

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

Syntax

C#

public void RemoveComponent(
	string name
)

Visual Basic

Public Sub RemoveComponent ( _
	name As String _
)

Visual C++

public:
void RemoveComponent(
	String^ name
)

Parameters

name
Type: System.String
The name of component.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the name is null, or duplicate, or its length is not in the interval [1, 128].

See Also