DrawingDocument.ProcessViewSelection Method
Parent Object: DrawingDocumentDescription
Process object selection according to the context of the document referenced by the containing view.
Syntax
DrawingDocument.ProcessViewSelection( Selection As GenericObject, ContainingView As DrawingView, SelectedObject As Object )Parameters
Name | Type | Description |
Selection | GenericObject | Input GenericObject obtained from the SelectSet.Item property. |
ContainingView | DrawingView | Output DrawingView object that returns the drawing view in the context of which the selection was made. |
SelectedObject | Object | Output GenericObject that returns the object in the context of the document referenced by the containing view. |