public DiagramElementsAttributes GetFeatureAttributes( DiagramElementFilter filter, string[] attributeNames, bool addAggregatedElementValues, bool useCodedValueNames )
Public Overloads Function GetFeatureAttributes( _ ByVal filter As DiagramElementFilter, _ ByVal attributeNames() As String, _ ByVal addAggregatedElementValues As Boolean, _ ByVal useCodedValueNames As Boolean _ ) As DiagramElementsAttributes
Parameters
- filter
- The DiagramElementFilter to filter the diagram elements to get attributes from.
- attributeNames
- Array of field names or alias names for the attributes to query in network source tables. Use keywords "SHAPE_Length" and "SHAPE_Area" to query shape length and shape area in any geodatabase. Use keywords "DiagramElement::SourceID" and "DiagramElement::Subtype" to query these attributes that are not in network source tables. Returned values for "DiagramElement::Subtype" 1 = standard element 2 = reduction junction 3 = connectivity association 4 = structural attachment 5 = reduction edge
- addAggregatedElementValues
- Indicates whether to include attribute values for aggregated elements.
- useCodedValueNames
- Indicates whether to use coded value names when returning attribute values.