CADability dotNET
Returns the selected object which currently has the focus. This is only meaningful if several objects are selected and the user navigates in the control center

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public IGeoObject GetFocusedSelectedObject()
Visual Basic
Public Function GetFocusedSelectedObject As IGeoObject
Visual C++
public:
IGeoObject^ GetFocusedSelectedObject()

Return Value

The selected object which currently has the focus

See Also