SelectedShapeCollectionGetNextSelectedShape Method |
Get selected geometry at the specified position in the collection.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract SelectedShape? GetNextSelectedShape(
ref IntPtr pos
)
Public MustOverride Function GetNextSelectedShape (
ByRef pos As IntPtr
) As SelectedShape?
Parameters
- pos
- Type: SystemIntPtr
The position of the selected shape to retrieve.
Return Value
Type:
NullableSelectedShape nullable type
SelectedShape representing selected geometry at the specified position in the collection.
See Also