'Declaration
<System.ComponentModel.CategoryAttribute("Elements")> <System.ComponentModel.DescriptionAttribute("Obtains a reference to the primitive of the shape")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public ReadOnly Property Primitive As NPrimitiveModel
'Usage
Dim instance As NPrimitiveShape Dim value As NPrimitiveModel value = instance.Primitive
[System.ComponentModel.Category("Elements")] [System.ComponentModel.Description("Obtains a reference to the primitive of the shape")] [System.Xml.Serialization.XmlIgnore()] public NPrimitiveModel Primitive {get;}