ArcFM Desktop Developer Guide
ReturnPoints Delegate


Syntax
'Declaration
 
Public Delegate Sub ReturnPoints( _
   ByVal points() As Point, _
   ByVal wasFiltered As Boolean _
) 
'Usage
 
Dim instance As New ReturnPoints(AddressOf HandlerMethod)
public delegate void ReturnPoints( 
   Point[] points,
   bool wasFiltered
)

Parameters

points
wasFiltered
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

ReturnPoints Members
Miner.FrameworkUI.FiberManager Namespace

 

 


Send Comment