AcSmCalloutBlocksClassSetDesc Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
public virtual void SetDesc(
string desc
)
Public Overridable Sub SetDesc (
desc As String
)
public:
virtual void SetDesc(
[InAttribute] String^ desc
)
abstract SetDesc :
desc : string -> unit
override SetDesc :
desc : string -> unit
Parameters
- desc
- Type: SystemString
Implements
IAcSmCalloutBlocksSetDesc(String)
See Also