 | APIclearSelection Method |
Clear selected items. REST version only against local instance of NextFEM Designer
REST path: /op/clearselection
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool clearSelection()
Public Function clearSelection As Boolean
Dim instance As API
Dim returnValue As Boolean
returnValue = instance.clearSelection()
public:
bool clearSelection()
member clearSelection : unit -> bool
Return Value
Boolean
RemarksFor usage with plugins.
See Also