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