Returns a buffer region around the selected geometry having the specified width.
| JavaScript | 
 | 
| buffer( buffer) | |
| C# | 
 | 
| IGeometry buffer( double buffer) | |
| C++ | 
 | 
| HRESULT buffer( double buffer, IGeometry** pVal) | |
Parameters
buffer
The width of the buffer zone.
Return Value
pVal
An IGeometry representing the buffer region.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.