public DiagramElementAttributeValues( int ID, object[] values, List<object[]> aggregatedElementsValues )
Public Function New( _ ByVal ID As Integer, _ ByVal values() As Object, _ ByVal aggregatedElementsValues As List(Of Object()) _ )
Parameters
- ID
- The diagram element ID of the DiagramElementAttributeValues.
- values
- The array of the element attribute values for the DiagramElementAttributeValues. The number of values is the number of queried attributes.
- aggregatedElementsValues
- The list of arrays of aggregated elements attribute values for the DiagramElementAttributeValues. Each array has the same number of values, which is the number of queried attributes.