ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDWGPage Class / CreateFace Method / CreateFace(CADWorkingSpace) Method




In This Topic
    CreateFace(CADWorkingSpace) Method
    In This Topic
    Creates a new instance of CADFace.
    Syntax
    'Declaration
     
    Public Overloads Function CreateFace( _
       ByVal space As ImGearCADPage.CADWorkingSpace _
    ) As CADFace
    'Usage
     
    Dim instance As ImGearDWGPage
    Dim space As ImGearCADPage.CADWorkingSpace
    Dim value As CADFace
     
    value = instance.CreateFace(space)
    public CADFace CreateFace( 
       ImGearCADPage.CADWorkingSpace space
    )
    public: CADFace* CreateFace( 
       ImGearCADPage.CADWorkingSpace space
    ) 
    public:
    CADFace^ CreateFace( 
       ImGearCADPage.CADWorkingSpace space
    ) 

    Parameters

    space

    Return Value

    Returns a new instance of CADFace
    Remarks
    You must use UpdateEntity to change CADFace properties
    See Also