LabelStyleRemoveComponent Method |
Remove a component from the label style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemoveComponent(
string name
)
Public Sub RemoveComponent (
name As String
)
public:
void RemoveComponent(
String^ name
)
Parameters
- name String
- The name of component.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the name is null, or duplicate, or its length is not in the interval [1, 128].
|
See Also