ArcFM Engine Developer Guide
Initialize Method (IMMStoredDisplayName)


Long
String
mmStoredDisplayType
This method initializes the parameters.
Syntax
'Declaration
 
<TypeLibFuncAttribute(TypeLibFuncFlags.FHidden)>
Sub Initialize( _
   ByVal lOID As Integer, _
   ByVal bstrName As String, _
   ByVal eType As mmStoredDisplayType _
) 
'Usage
 
Dim instance As IMMStoredDisplayName
Dim lOID As Integer
Dim bstrName As String
Dim eType As mmStoredDisplayType
 
instance.Initialize(lOID, bstrName, eType)
[TypeLibFunc(TypeLibFuncFlags.FHidden)]
void Initialize( 
   int lOID,
   string bstrName,
   mmStoredDisplayType eType
)

Parameters

lOID
Long
bstrName
String
eType
mmStoredDisplayType
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

IMMStoredDisplayName Interface
IMMStoredDisplayName Members

 

 


Send Comment