Responder Developer Guide
FutureWorkRequiredTag Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal guid As Guid, _
   ByVal identifier As String, _
   ByVal taggedPhases As Phases, _
   ByVal remarks As String, _
   ByVal owner As String, _
   ByVal whenPlaced As Nullable(Of Date) _
)
'Usage
 
Dim guid As Guid
Dim identifier As String
Dim taggedPhases As Phases
Dim remarks As String
Dim owner As String
Dim whenPlaced As Nullable(Of Date)
 
Dim instance As New FutureWorkRequiredTag(guid, identifier, taggedPhases, remarks, owner, whenPlaced)
public FutureWorkRequiredTag( 
   Guid guid,
   string identifier,
   Phases taggedPhases,
   string remarks,
   string owner,
   Nullable<DateTime> whenPlaced
)

Parameters

guid
identifier
taggedPhases
remarks
owner
whenPlaced
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

FutureWorkRequiredTag Class
FutureWorkRequiredTag Members

 

 


Send Comment