ArchTraverseInfo(matchArchBaseCoreObject, archTraverseContext, archTraverseSettings)

new ArchTraverseInfo(matchArchBaseCoreObject, archTraverseContext, archTraverseSettings)

Parameters:
Name Type Description
matchArchBaseCoreObject ArchBaseCoreObject

the Architect Scripting base object that is a match.

archTraverseContext ArchTraverseContext

the Architect Scripting traversal context for the object.

archTraverseSettings ArchTraverseSettings

the Architect Scripting settings for the traversal operation.

See:

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchTraverseInfo'.

readonly context :ArchTraverseContext

Returns a traversal context object that provides information about the context of the object in relationship to the original object where the traverse call was made.

readonly isArchCallbackTraverseInfo :boolean

Returns true indicating that this is an ArchTraverseInfo instance.

readonly logStr :string

A string suitable for logging that contains information about this definition.

readonly matchObject :ArchBaseObject

Returns the Architect Scripting object for which the callback on the traverse call was made.

readonly settings :ArchTraverseSettings

Returns a traversal settings object that provides access to settings about the current traversal operation.