ArcFM Desktop Developer Guide
FiberSelector Constructor(String,String,Boolean,Boolean,Nullable<Double>,Boolean)


Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal buttonText As String, _
   Optional ByVal enforceConnectable As Boolean, _
   Optional ByVal reportVisible As Boolean, _
   Optional ByVal lambda As Nullable(Of Double), _
   Optional ByVal displaySelectionOptions As Boolean _
)
'Usage
 
Dim name As String
Dim buttonText As String
Dim enforceConnectable As Boolean
Dim reportVisible As Boolean
Dim lambda As Nullable(Of Double)
Dim displaySelectionOptions As Boolean
 
Dim instance As New FiberSelector(name, buttonText, enforceConnectable, reportVisible, lambda, displaySelectionOptions)
public FiberSelector( 
   string name,
   string buttonText,
   bool enforceConnectable,
   bool reportVisible,
   Nullable<double> lambda,
   bool displaySelectionOptions
)

Parameters

name
buttonText
enforceConnectable
reportVisible
lambda
displaySelectionOptions
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

FiberSelector Class
FiberSelector Members
Overload List

 

 


Send Comment