The ObjectPropertyReport method creates a report on the properties of the selected boundary objects.
Syntax
object ObjectPropertyReport( SelectedOnly, VisibleOnly, QuoteIDs )
Parameter |
Type |
Description |
SelectedOnly |
Boolean |
optional; true to include selected objects only |
VisibleOnly |
Boolean |
optional; true to include visible objects only |
QuoteIDs |
Boolean |
optional; true to quote primary and secondary IDs |
Example
This example creates a report on the properties of the selected, visible objects, without quoting IDs.
Selection.ObjectPropertyReport( SelectedOnly:=True, VisibleOnly:=True, _
QuoteIDs:= False )
Used by: Selection collection