Indexes   

ArrangementRectangle (Object)

Use this object to access the properties and methods of an ArrangementRectangle object.
Role: The ArrangementRectangle object is a geometric shape used for defining Contours of Areas. The ArrangementRectangle is defined by width and length and its Product position (which is the min-x, min-y corner of the rectangle).

Property Index

XLength
Returns or sets the XLength of the ArrangementRectangle.
YLength
Returns or sets the YLength of the ArrangementRectangle.

Method Index

GetTechnologicalObject
Returns the applicative data which type is the given parameter.

Properties


o Property XLength() As
Returns or sets the XLength of the ArrangementRectangle.
Example:
This example retrieves the XLength for the objRectangle1 object.
 Dim dblXLength  As Double
 dblXLength = objRectangle1.XLength
 
o Property YLength() As
Returns or sets the YLength of the ArrangementRectangle.
Example:
This example retrieves the YLength for the objRectangle1 object.
 Dim dblYLength  As Double
 dblYLength = objRectangle1.YLength
 

Methods


o Func GetTechnologicalObject( iApplicationType) As
Returns the applicative data which type is the given parameter.
Parameters:
iApplicationType
The type of applicative data searched.
oApplicativeObj
The matched applicative object.
Example:
This example retrieves the desired applicative object from the objRectangle1 object.
 Dim objProd   As Product
 objProd  = objRectangle1.GetTechnologicalObject("Product")
 

Copyright © 2006, Dassault Systèmes. All rights reserved.