ArcFM Server Developer Guide
attributeDecl(UInt16,Int32,UInt16,Int32,UInt16,Int32,UInt16,Int32,UInt16,Int32) Method


Syntax
'Declaration
 
Public Overloads Overridable Sub attributeDecl( _
   ByRef pwchElementName As UShort, _
   ByVal cchElementName As Integer, _
   ByRef pwchAttributeName As UShort, _
   ByVal cchAttributeName As Integer, _
   ByRef pwchType As UShort, _
   ByVal cchType As Integer, _
   ByRef pwchValueDefault As UShort, _
   ByVal cchValueDefault As Integer, _
   ByRef pwchValue As UShort, _
   ByVal cchValue As Integer _
) 
'Usage
 
Dim instance As MXHTMLWriter60Class
Dim pwchElementName As UShort
Dim cchElementName As Integer
Dim pwchAttributeName As UShort
Dim cchAttributeName As Integer
Dim pwchType As UShort
Dim cchType As Integer
Dim pwchValueDefault As UShort
Dim cchValueDefault As Integer
Dim pwchValue As UShort
Dim cchValue As Integer
 
instance.attributeDecl(pwchElementName, cchElementName, pwchAttributeName, cchAttributeName, pwchType, cchType, pwchValueDefault, cchValueDefault, pwchValue, cchValue)
public virtual void attributeDecl( 
   ref ushort pwchElementName,
   int cchElementName,
   ref ushort pwchAttributeName,
   int cchAttributeName,
   ref ushort pwchType,
   int cchType,
   ref ushort pwchValueDefault,
   int cchValueDefault,
   ref ushort pwchValue,
   int cchValue
)

Parameters

pwchElementName
cchElementName
pwchAttributeName
cchAttributeName
pwchType
cchType
pwchValueDefault
cchValueDefault
pwchValue
cchValue
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

MXHTMLWriter60Class Class
MXHTMLWriter60Class Members
Overload List

 

 


Send Comment