ArcFM Solution Developer Guide
DesignMetadata Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal workRequestId As System.Long, _
   ByVal workRequestDescription As System.String, _
   ByVal designId As System.Long, _
   ByVal designDescription As System.String, _
   ByVal currentUsername As System.String _
)
'Usage
 
Dim workRequestId As System.Long
Dim workRequestDescription As System.String
Dim designId As System.Long
Dim designDescription As System.String
Dim currentUsername As System.String
 
Dim instance As New DesignMetadata(workRequestId, workRequestDescription, designId, designDescription, currentUsername)
public DesignMetadata( 
   System.long workRequestId,
   System.string workRequestDescription,
   System.long designId,
   System.string designDescription,
   System.string currentUsername
)

Parameters

workRequestId
workRequestDescription
designId
designDescription
currentUsername
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

DesignMetadata Class
DesignMetadata Members

 

 


Send Comment