ArcFM Server Developer Guide
GetAttributeFieldNames Method


Syntax
'Declaration
 
Sub GetAttributeFieldNames( _
   ByRef sFieldNames() As String, _
   ByRef lArraySize As Integer _
) 
'Usage
 
Dim instance As IMMDQFeatureCriterion
Dim sFieldNames() As String
Dim lArraySize As Integer
 
instance.GetAttributeFieldNames(sFieldNames, lArraySize)
void GetAttributeFieldNames( 
   out string[] sFieldNames,
   out int lArraySize
)

Parameters

sFieldNames
lArraySize
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

IMMDQFeatureCriterion Interface
IMMDQFeatureCriterion Members

 

 


Send Comment