PolylineShapeSetRectangleWidth Method  | 
 
            Set the width based on the specified position of the rectangle.
            
 
    Namespace: 
   RootPro.RootProCAD
    Assembly:
   RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntaxpublic abstract void SetRectangleWidth(
	Alignment alignment,
	double width
)
Public MustOverride Sub SetRectangleWidth ( 
	alignment As Alignment,
	width As Double
)
Parameters
- alignment
 - Type: RootPro.RootProCADAlignment
 reference position  - width
 - Type: SystemDouble
 width  
See Also