ArcFM Solution Developer Guide
GetAttributeFieldNames Method


Syntax
'Declaration
 
Sub GetAttributeFieldNames( _
   ByRef sFieldNames() As System.String, _
   ByRef lArraySize As System.Integer _
) 
'Usage
 
Dim instance As IMMDQFeatureCriterion
Dim sFieldNames() As System.String
Dim lArraySize As System.Integer
 
instance.GetAttributeFieldNames(sFieldNames, lArraySize)
void GetAttributeFieldNames( 
   out System.string[] sFieldNames,
   out System.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