You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Description

Returns an object representing a collection of all entity display objects in the submodel.

Syntax

Public Function EntityDisplays() As EntityDisplays 

Example

Dim MySubModel As SubModelDim CurrentEDs As EntityDisplays
CurrentEDs = MySubModel.EntityDisplays
  • No labels