Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 621 Bytes

File metadata and controls

29 lines (21 loc) · 621 Bytes

ExcludeFromDataVis

Description

Use this method to exclude the object from Data Visualizations. Graphical attributes of the object will not be overridden.

PROCEDURE ExcludeFromDataVis(
				objHandle : HANDLE;
				exclude   : BOOLEAN);
def vs.ExcludeFromDataVis(objHandle, exclude):
    return None

Parameters

Name Type Description
objHandle HANDLE Object handle
exclude BOOLEAN If TRUE the object will be excluded from Data Visualizations

Version

Availability: from Vectorworks 2025.3

Category

  • [Object Attributes](../Categories/Object Attributes.md)