GoDiagram Web Reference
Int32ArrayAttr Method

the name of the attribute
the default value to return if the attribute is not present or there is a parsing error
Read an attribute's string value as an array of integers.
Syntax
'Declaration
 
Public Function Int32ArrayAttr( _
   ByVal name As String, _
   ByVal def() As Integer _
) As Integer()
public int[] Int32ArrayAttr( 
   string name,
   int[] def
)

Parameters

name
the name of the attribute
def
the default value to return if the attribute is not present or there is a parsing error

Return Value

the result of calling Int32ArrayFromString
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlTransformer Class
GoXmlTransformer Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback