ArcFM Engine Developer Guide
CuInfoData Constructor(IMMCompatibleUnit,BitmapSource,Double)


Constructor for linear CUs that have a feature length.
Syntax
'Declaration
 
Public Function New( _
   ByVal mmCompatibleUnit As IMMCompatibleUnit, _
   ByVal bitmap As BitmapSource, _
   ByVal featureLength As Double _
)
'Usage
 
Dim mmCompatibleUnit As IMMCompatibleUnit
Dim bitmap As BitmapSource
Dim featureLength As Double
 
Dim instance As New CuInfoData(mmCompatibleUnit, bitmap, featureLength)
public CuInfoData( 
   IMMCompatibleUnit mmCompatibleUnit,
   BitmapSource bitmap,
   double featureLength
)

Parameters

mmCompatibleUnit
bitmap
featureLength
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

CuInfoData Class
CuInfoData Members
Overload List

 

 


Send Comment