ArcFM Solution Developer Guide
Create Method (MMStoredDisplayManagerClass)


Syntax
public virtual IMMStoredItem Create( 
   System.string UserName,
   System.string newItemName,
   IMMStoredItemFolder containingFolder
)
'Declaration
 
Public Overridable Function Create( _
   ByVal UserName As System.String, _
   ByVal newItemName As System.String, _
   ByVal containingFolder As IMMStoredItemFolder _
) As IMMStoredItem
 
'Usage
 
Dim instance As MMStoredDisplayManagerClass
Dim UserName As System.String
Dim newItemName As System.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

MMStoredDisplayManagerClass Class
MMStoredDisplayManagerClass Members

 

 


Send Comment