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