Classes | Enumerations
Parametric Cells

A type of cell for which graphics are generated parametrically. More...

Classes

struct  ParametricCellDefinition
 Represents a parametric model published as a cell definition in a manner similar to shared cells. More...
 
struct  ParametricCellDefIterator
 An iterator over the parametric cell definition elements within a DgnFile. More...
 
struct  ParametricCellDefCollection
 A collection of all parametric cell definition elements within a DgnFile. More...
 
struct  IParametricCellDefEventListener
 Interface adopted by an object which wants to be notified of parametric cell definition- related events when they occur. More...
 
struct  ParametricCellDefHandler
 Handler responsible for parametric cell definition elements. More...
 
struct  ParametricCellInfo
 Describes a parametric cell instance. More...
 
struct  ParametricCellHandler
 Handler responsible for parametric cell instance elements. More...
 

Enumerations

enum  ParametricCellDefEventType { Add, Modify, Delete }
 Types of parametric cell definition-related events for which notifications are dispatched. More...
 

Detailed Description

A type of cell for which graphics are generated parametrically.

Parametric Cells are similar to shared cells in that:

Parametric Cells differ from shared cells in that:

See also
Parametric Modeling

Enumeration Type Documentation

enum ParametricCellDefEventType
strong

Types of parametric cell definition-related events for which notifications are dispatched.

Enumerator
Add 

A new cell definition was created.

Modify 

An existing cell definition was modified.

Delete 

A cell definition was deleted.


Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.