I'd like to develop a parametric drawing border cell that automatically changes size using 2D constraints and dimension constraints. I just started working with constraints and parametric cells. Is it perhaps necessary to first define item types that may use an EC Expression (perhaps something like "this.sheetDef() ??? ). Any suggestion is welcome including a perhaps totally different approach.
Gerd Eichler said:Is it possible to obtain the height and width of a sheet model?
The SheetDefinition object may provide what you want...
SheetDefinition
Dim sheetDef As SheetDefinition Set sheetDef = oModel.GetSheetDefinition
There's more information in VBA help.
Regards, Jon Summers LA Solutions