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


Syntax
'Declaration
 
Public Overloads Overridable Sub internalEntityDecl( _
   ByRef pwchName As UShort, _
   ByVal cchName As Integer, _
   ByRef pwchValue As UShort, _
   ByVal cchValue As Integer _
) 
'Usage
 
Dim instance As MXHTMLWriter60Class
Dim pwchName As UShort
Dim cchName As Integer
Dim pwchValue As UShort
Dim cchValue As Integer
 
instance.internalEntityDecl(pwchName, cchName, pwchValue, cchValue)
public virtual void internalEntityDecl( 
   ref ushort pwchName,
   int cchName,
   ref ushort pwchValue,
   int cchValue
)

Parameters

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