Remove a component from the label style.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void RemoveComponent( string name )
VB
Public Sub RemoveComponent ( name As String )
C++
public: void RemoveComponent( String^ name )
Parameters
- name String
- The name of component.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the name is null, or duplicate, or its length is not in the interval [1, 128]. |