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

In This Topic
    Materials Property (IfcBlockReference)
    In This Topic
    Gets or sets the entity materials.
    Syntax
    'Declaration
     
    Public Property Materials As Dictionary(Of String,Double)
    public Dictionary<string,double> Materials {get; set;}
    See Also