Remove a component from the label style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the name is null, or duplicate, or its length is not in the interval [1, 128].
|
See Also