ArcFM Engine Developer Guide
FlickPoint Constructor(Int16,Int16)


Syntax
'Declaration
 
Public Function New( _
   ByVal x As Short, _
   ByVal y As Short _
)
'Usage
 
Dim x As Short
Dim y As Short
 
Dim instance As New FlickPoint(x, y)
public FlickPoint( 
   short x,
   short y
)

Parameters

x
y
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

FlickPoint Structure
FlickPoint Members
Overload List

 

 


Send Comment