LabelStyleRemoveComponent Method

Remove a component from the label style.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void RemoveComponent(
	string name
)

Parameters

name  String
The name of component.
Exceptions
ExceptionCondition
ArgumentException Thrown when the name is null, or duplicate, or its length is not in the interval [1, 128].
See Also