IAcSmViewCategoriesCreateViewCategory Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
AcSmViewCategory CreateViewCategory(
string name,
string desc,
string id
)
Function CreateViewCategory (
name As String,
desc As String,
id As String
) As AcSmViewCategory
AcSmViewCategory^ CreateViewCategory(
[InAttribute] String^ name,
[InAttribute] String^ desc,
[InAttribute] String^ id
)
abstract CreateViewCategory :
name : string *
desc : string *
id : string -> AcSmViewCategory
Parameters
- name
- Type: SystemString
- desc
- Type: SystemString
- id
- Type: SystemString
Return Value
Type:
AcSmViewCategory
See Also