IAcSmViewCategoriesSetName Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void SetName(
string name
)
Sub SetName (
name As String
)
void SetName(
[InAttribute] String^ name
)
abstract SetName :
name : string -> unit
Parameters
- name
- Type: SystemString
Implements
IAcSmComponentSetName(String)
See Also