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

In This Topic
    Axes Property (IfcBlockReference)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Axes As List(Of ICurve)
    public List<ICurve> Axes {get; set;}
    See Also