document.resetRectangleObject()
#### Availability
Flash CS3 Professional.
#### Usage
document.resetRectangleObject()
#### Parameters
None.
#### Returns
Nothing.
#### Description
Method; sets all values in the Property inspector to default Rectangle object settings. If any Rectangle objects are selected, their properties are reset to default values as well.
#### Example
The following example resets Rectangle object properties in the current document to default values:
javascript
fl.getDocumentDOM().resetRectangleObject();
#### See also
document.resetOvalObject() (../Document_object/docum310.md)