Message 1 of 10
IAcadSelectionSet's method SelectOnScreen in Visual C++

Not applicable
10-30-2003
04:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
IAcadSelectionSet's method SelectOnScreen has two parameters which can be
omited in VBA, but in Visual C++ the parameters must be filled, but how to
fill them?
The method is declared as follows:
void SelectOnScreen (const VARIANT& FilterType, const VARIANT& FilterData);
thanks a lot
omited in VBA, but in Visual C++ the parameters must be filled, but how to
fill them?
The method is declared as follows:
void SelectOnScreen (const VARIANT& FilterType, const VARIANT& FilterData);
thanks a lot