3 #ifndef _APISelectionChangeArgs_H_
4 #define _APISelectionChangeArgs_H_
8 namespace AnyCAD{
namespace API
33 View GetView ()
const;
43 bool IsHighlightMode ()
const;
48 bool HasInput ()
const;
57 #endif //_APISelectionChangeArgs_H_
Arguments for selection change event.
Definition: APISelectionChangeArgs.h:20
Present the view.
Definition: APIView.h:24
文档类。
Definition: APIDocument.h:25
std::set< ElementId > ElementIdSet
Definition: APIElementId.h:53
#define DECLARE_APIOBJECT(className)
Definition: APIObjectDef.h:10