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