public DiagramElementsAttributes( string[] attributeNames, List<DiagramElementAttributeValues> attributeValuesPerElement, bool useCodedValueNames )
Public Function New( _ ByVal attributeNames() As String, _ ByVal attributeValuesPerElement As List(Of DiagramElementAttributeValues), _ ByVal useCodedValueNames As Boolean _ )
Parameters
- attributeNames
- The array of attribute names of the DiagramElementsAttributes.
- attributeValuesPerElement
- The List of DiagramElementAttributeValues for the DiagramElementsAttributes.
- useCodedValueNames
- Indicates whether attribute values are using coded value names.