Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Translators Namespace / IfcMesh Class / Properties Property

In This Topic
    Properties Property (IfcMesh)
    In This Topic
    Gets or sets the object properties.
    Syntax
    'Declaration
     
    Public Property Properties As Dictionary(Of String,Dictionary(Of String,Object))
    public Dictionary<string,Dictionary<string,object>> Properties {get; set;}
    See Also