Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / IEyeIfcObject Interface / Identification Property

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