Point.ModelId Property

Model Identifier.Represents the attribte in schema: modelId

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "modelId")> _
Public Property ModelId As StringValue
    Get
    Set
'Usage
Dim instance As Point
Dim value As StringValue

value = instance.ModelId

instance.ModelId = value
[SchemaAttrAttribute(, "modelId")]
public StringValue ModelId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Point Class

Point Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace