ArcFM Desktop Developer Guide
notationDecl(UInt16,Int32,UInt16,Int32,UInt16,Int32) Method


Syntax
'Declaration
 
Public Overloads Overridable Sub notationDecl( _
   ByRef pwchName As UShort, _
   ByVal cchName As Integer, _
   ByRef pwchPublicId As UShort, _
   ByVal cchPublicId As Integer, _
   ByRef pwchSystemId As UShort, _
   ByVal cchSystemId As Integer _
) 
'Usage
 
Dim instance As MXHTMLWriter60Class
Dim pwchName As UShort
Dim cchName As Integer
Dim pwchPublicId As UShort
Dim cchPublicId As Integer
Dim pwchSystemId As UShort
Dim cchSystemId As Integer
 
instance.notationDecl(pwchName, cchName, pwchPublicId, cchPublicId, pwchSystemId, cchSystemId)
public virtual void notationDecl( 
   ref ushort pwchName,
   int cchName,
   ref ushort pwchPublicId,
   int cchPublicId,
   ref ushort pwchSystemId,
   int cchSystemId
)

Parameters

pwchName
cchName
pwchPublicId
cchPublicId
pwchSystemId
cchSystemId
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