ArcFM Engine Developer Guide
Expand Method (SeSpatialExtensions)


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function Expand( _
   ByVal box As SE.Geospatial.Spatial.BoundingBox, _
   ByVal margin As Double _
) As SE.Geospatial.Spatial.BoundingBox
'Usage
 
Dim box As SE.Geospatial.Spatial.BoundingBox
Dim margin As Double
Dim value As SE.Geospatial.Spatial.BoundingBox
 
value = SeSpatialExtensions.Expand(box, margin)
[Extension()]
public static SE.Geospatial.Spatial.BoundingBox Expand( 
   SE.Geospatial.Spatial.BoundingBox box,
   double margin
)

Parameters

box
margin
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SeSpatialExtensions Class
SeSpatialExtensions Members

 

 


Send Comment