ArcFM Server Developer Guide
notationDecl(String,String,String) Method


Syntax
'Declaration
 
Public Overloads Overridable Sub notationDecl( _
   ByRef strName As String, _
   ByRef strPublicId As String, _
   ByRef strSystemId As String _
) 
'Usage
 
Dim instance As MXHTMLWriter60Class
Dim strName As String
Dim strPublicId As String
Dim strSystemId As String
 
instance.notationDecl(strName, strPublicId, strSystemId)
public virtual void notationDecl( 
   out string strName,
   out string strPublicId,
   out string strSystemId
)

Parameters

strName
strPublicId
strSystemId
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