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

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