ArcFM Server Developer Guide
CreateSchematicAttributeName Method


Syntax
'Declaration
 
Public Shared Function CreateSchematicAttributeName( _
   ByVal table As ESRI.ArcGIS.Geodatabase.ITable, _
   ByVal field As ESRI.ArcGIS.Geodatabase.IField _
) As String
'Usage
 
Dim table As ESRI.ArcGIS.Geodatabase.ITable
Dim field As ESRI.ArcGIS.Geodatabase.IField
Dim value As String
 
value = RowConvertor.CreateSchematicAttributeName(table, field)
public static string CreateSchematicAttributeName( 
   ESRI.ArcGIS.Geodatabase.ITable table,
   ESRI.ArcGIS.Geodatabase.IField field
)

Parameters

table
field
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