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


Syntax
'Declaration
 
Public Overloads Overridable Sub attributeDecl( _
   ByRef strElementName As String, _
   ByRef strAttributeName As String, _
   ByRef strType As String, _
   ByRef strValueDefault As String, _
   ByRef strValue As String _
) 
'Usage
 
Dim instance As MXXMLWriter60Class
Dim strElementName As String
Dim strAttributeName As String
Dim strType As String
Dim strValueDefault As String
Dim strValue As String
 
instance.attributeDecl(strElementName, strAttributeName, strType, strValueDefault, strValue)
public virtual void attributeDecl( 
   out string strElementName,
   out string strAttributeName,
   out string strType,
   out string strValueDefault,
   out string strValue
)

Parameters

strElementName
strAttributeName
strType
strValueDefault
strValue
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

MXXMLWriter60Class Class
MXXMLWriter60Class Members
Overload List

 

 


Send Comment