ArcFM Desktop Developer Guide
AbfTube Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal colorString As String, _
   ByVal number As Integer, _
   ByVal name As String, _
   ByVal globalid As Guid _
)
'Usage
 
Dim colorString As String
Dim number As Integer
Dim name As String
Dim globalid As Guid
 
Dim instance As New AbfTube(colorString, number, name, globalid)
public AbfTube( 
   string colorString,
   int number,
   string name,
   Guid globalid
)

Parameters

colorString
number
name
globalid
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

AbfTube Class
AbfTube Members

 

 


Send Comment