ArcFM Solution Developer Guide
Create Method (IMMPxSDEVersion)


Syntax
'Declaration
 
Function Create( _
   ByVal NodeId As System.Integer, _
   ByVal nodeTypeId As System.Integer, _
   ByVal bSupressMsg As System.Boolean _
) As System.Boolean
'Usage
 
Dim instance As IMMPxSDEVersion
Dim NodeId As System.Integer
Dim nodeTypeId As System.Integer
Dim bSupressMsg As System.Boolean
Dim value As System.Boolean
 
value = instance.Create(NodeId, nodeTypeId, bSupressMsg)
System.bool Create( 
   System.int NodeId,
   System.int nodeTypeId,
   System.bool bSupressMsg
)

Parameters

NodeId
nodeTypeId
bSupressMsg
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

IMMPxSDEVersion Interface
IMMPxSDEVersion Members

 

 


Send Comment