ArcFM Solution Developer Guide
IsValidName Method (IMMStoredItemManager)


Syntax
'Declaration
 
Function IsValidName( _
   ByVal proposedName As System.String, _
   ByVal UserName As System.String, _
   ByVal GlobalID As System.String, _
   ByRef errorCode As mmErrorCodes _
) As System.Boolean
'Usage
 
Dim instance As IMMStoredItemManager
Dim proposedName As System.String
Dim UserName As System.String
Dim GlobalID As System.String
Dim errorCode As mmErrorCodes
Dim value As System.Boolean
 
value = instance.IsValidName(proposedName, UserName, GlobalID, errorCode)
System.bool IsValidName( 
   System.string proposedName,
   System.string UserName,
   System.string GlobalID,
   out mmErrorCodes errorCode
)

Parameters

proposedName
UserName
GlobalID
errorCode
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