ArcFM Server Developer Guide
GetColor Method


The Row for which to get the color
GetColor pulls the color string of the Row out of the Table.
Syntax
'Declaration
 
Public Function GetColor( _
   ByVal row As IRow _
) As String
'Usage
 
Dim instance As RowConvertor
Dim row As IRow
Dim value As String
 
value = instance.GetColor(row)
public string GetColor( 
   IRow row
)

Parameters

row
The Row for which to get the color

Return Value

String color name
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

RowConvertor Class
RowConvertor Members

 

 


Send Comment