Responder Developer Guide
Ground Constructor(Guid,Phases,String,XYPoint,String)


Syntax
'Declaration
 
Public Function New( _
   ByVal guid As Guid, _
   ByVal groundedPhases As Phases, _
   ByVal description As String, _
   ByVal location As XYPoint, _
   ByVal remarks As String _
)
'Usage
 
Dim guid As Guid
Dim groundedPhases As Phases
Dim description As String
Dim location As XYPoint
Dim remarks As String
 
Dim instance As New Ground(guid, groundedPhases, description, location, remarks)
public Ground( 
   Guid guid,
   Phases groundedPhases,
   string description,
   XYPoint location,
   string remarks
)

Parameters

guid
groundedPhases
description
location
remarks
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

Ground Class
Ground Members
Overload List

 

 


Send Comment