ArcFM Desktop Developer Guide
elementDecl Method (ISAXDeclHandler)


Syntax
'Declaration
 
Sub elementDecl( _
   ByRef pwchName As UShort, _
   ByVal cchName As Integer, _
   ByRef pwchModel As UShort, _
   ByVal cchModel As Integer _
) 
'Usage
 
Dim instance As ISAXDeclHandler
Dim pwchName As UShort
Dim cchName As Integer
Dim pwchModel As UShort
Dim cchModel As Integer
 
instance.elementDecl(pwchName, cchName, pwchModel, cchModel)
void elementDecl( 
   ref ushort pwchName,
   int cchName,
   ref ushort pwchModel,
   int cchModel
)

Parameters

pwchName
cchName
pwchModel
cchModel
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

ISAXDeclHandler Interface
ISAXDeclHandler Members

 

 


Send Comment