ArcFM Engine Developer Guide
Create Method (IMMStoredItemManager)


Syntax
'Declaration
 
Function Create( _
   ByVal UserName As String, _
   ByVal newItemName As String, _
   ByVal containingFolder As IMMStoredItemFolder _
) As IMMStoredItem
'Usage
 
Dim instance As IMMStoredItemManager
Dim UserName As String
Dim newItemName As String
Dim containingFolder As IMMStoredItemFolder
Dim value As IMMStoredItem
 
value = instance.Create(UserName, newItemName, containingFolder)

Parameters

UserName
newItemName
containingFolder
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

IMMStoredItemManager Interface
IMMStoredItemManager Members

 

 


Send Comment