Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / View Class / GetSpace Method
The ID of the space to look for.

In This Topic
    GetSpace Method
    In This Topic
    Searches for a Space or View with the given space ID.
    Syntax
    'Declaration
     
    Public Function GetSpace( _
       ByVal id As System.Integer _
    ) As Space
    public Space GetSpace( 
       System.int id
    )

    Parameters

    id
    The ID of the space to look for.

    Return Value

    The found Space or a null reference (Nothing in Visual Basic).
    See Also