Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / IfcBlockReference Class / Properties Property

In This Topic
    Properties Property (IfcBlockReference)
    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