AcSmSheetSelSetsClassAdd Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
public virtual AcSmSheetSelSet Add(
string name,
string desc
)
Public Overridable Function Add (
name As String,
desc As String
) As AcSmSheetSelSet
public:
virtual AcSmSheetSelSet^ Add(
[InAttribute] String^ name,
[InAttribute] String^ desc
)
abstract Add :
name : string *
desc : string -> AcSmSheetSelSet
override Add :
name : string *
desc : string -> AcSmSheetSelSet
Parameters
- name
- Type: SystemString
- desc
- Type: SystemString
Return Value
Type:
AcSmSheetSelSet
Implements
IAcSmSheetSelSetsAdd(String, String)
See Also