Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / IIfcEntity Interface / Materials Property

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