BuildDiagram.GroupId Property

Group ID.Represents the attribte in schema: grpId

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "grpId")> _
Public Property GroupId As UInt32Value
    Get
    Set
'Usage
Dim instance As BuildDiagram
Dim value As UInt32Value

value = instance.GroupId

instance.GroupId = value
[SchemaAttrAttribute(, "grpId")]
public UInt32Value GroupId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute ties effects persisted in the animation to the build information. The attribute is used by the editor when changes to the build information are made. GroupIDs are unique for a given shape. They are not guaranteed to be unique IDs across all shapes on a slide.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

See Also

Reference

BuildDiagram Class

BuildDiagram Members

DocumentFormat.OpenXml.Presentation Namespace