Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Block Class / GetXElement Method

In This Topic
    GetXElement Method (Block)
    In This Topic
    For internal use only.
    Syntax
    'Declaration
     
    Public Function GetXElement( _
       ByVal name As String, _
       ByVal log As StringBuilder _
    ) As XElement
    public XElement GetXElement( 
       string name,
       StringBuilder log
    )

    Parameters

    name
    log
    See Also