Classification and Property Visibility

Overview

This feature of the Archicad allows one to control whether specific Classifications should be visible in the element settings dialog or not.

Handler functions

The following functions let you query whether a specific classification definition is visible or not.

ACAPI_Element_IsClassificationItemVisible
ACAPI_Element_IsClassificationItemVisibleDefault
ACAPI_Attribute_IsClassificationItemVisible  API 23 feature

The following functions let you send and receive APINotify_ClassificationVisibilityChanged notifications.

Use ACAPI_Notify_ClassificationVisibilityChanged to send a notification
Use ACAPI_Notify_CatchProjectEvent with APINotify_ClassificationVisibilityChanged parameter to receive notifications

 

Overview

This feature of the Archicad allows one to control whether specific Properties should be visible in the element settings dialog or not.

Handler functions

The following functions let you query whether a specific property definition is visible or not.

ACAPI_Element_IsPropertyDefinitionVisible
ACAPI_Element_IsPropertyDefinitionVisibleDefault
ACAPI_Attribute_IsPropertyDefinitionVisible  API 23 feature

The following functions let you send and receive APINotify_PropertyVisibilityChanged notifications.

Use ACAPI_Notify_PropertyVisibilityChanged to send a notification
Use ACAPI_Notify_CatchProjectEvent with APINotify_PropertyVisibilityChanged parameter to receive notifications