ArcFM Solution Developer Guide
GetTestPoint Method


Create a test point that is slightly offset from the center of the specified line segment
Syntax
'Declaration
 
Public Shared Function GetTestPoint( _
   ByVal start As SE.Geospatial.Spatial.Coordinate3D, _
   ByVal end As SE.Geospatial.Spatial.Coordinate3D _
) As SE.Geospatial.Spatial.Coordinate3D
'Usage
 
Dim start As SE.Geospatial.Spatial.Coordinate3D
Dim end As SE.Geospatial.Spatial.Coordinate3D
Dim value As SE.Geospatial.Spatial.Coordinate3D
 
value = VaultSurface.GetTestPoint(start, end)
public static SE.Geospatial.Spatial.Coordinate3D GetTestPoint( 
   SE.Geospatial.Spatial.Coordinate3D start,
   SE.Geospatial.Spatial.Coordinate3D end
)

Parameters

start
end

Return Value

A test point near the midpoint of the segment
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

VaultSurface Class
VaultSurface Members

 

 


Send Comment