ArcFM Desktop Developer Guide
DistanceMatrix Constructor(Site[],CustomerSite[])


Syntax
'Declaration
 
Public Function New( _
   ByVal transformerSites() As Site, _
   ByVal customerSites() As CustomerSite _
)
'Usage
 
Dim transformerSites() As Site
Dim customerSites() As CustomerSite
 
Dim instance As New DistanceMatrix(transformerSites, customerSites)
public DistanceMatrix( 
   Site[] transformerSites,
   CustomerSite[] customerSites
)

Parameters

transformerSites
customerSites
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

DistanceMatrix Class
DistanceMatrix Members
Overload List

 

 


Send Comment