RepresentationEvents.OnActivateLevelOfDetailRepresentation Event

Parent Object: RepresentationEvents

Description

The OnActivateLevelOfDetailRepresentation event notifies the client when a level of detail is being activated.

Syntax

RepresentationEvents.OnActivateLevelOfDetailRepresentation( DocumentObject As Document, Representation As LevelOfDetailRepresentation, BeforeOrAfter As EventTimingEnum, Context As NameValueMap, HandlingCode As HandlingCodeEnum )

Parameters

Name Type Description
DocumentObject Document The Document object the level of detail is being activated within.
Representation LevelOfDetailRepresentation The LevelOfDetailRepresentation object that is being activated.
BeforeOrAfter EventTimingEnum Input EventTimingEnum indicating when the event is being fired. Notification is sent before and after the level of detail has been activated.
Context NameValueMap Input NameValueMap object that can be used to determine the context of why the event fired. No context information is provided for this event.
HandlingCode HandlingCodeEnum Output HandlingCodeEnum that indicates how you are handling the event. The value of this argument is currently ignored for this event.

Version

Introduced in version 11