AcadToolbarClassItem Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual AcadToolbarItem Item(
Object Index
)
Public Overridable Function Item (
Index As Object
) As AcadToolbarItem
public:
virtual AcadToolbarItem^ Item(
[InAttribute] Object^ Index
)
abstract Item :
Index : Object -> AcadToolbarItem
override Item :
Index : Object -> AcadToolbarItem
Parameters
- Index
- Type: SystemObject
Return Value
Type:
AcadToolbarItem
Implements
IAcadToolbarItem(Object)
See Also