ImageGear .NET v24.12 - Updated
CreateFace(CADWorkingSpace) Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class > CreateFace Method : CreateFace(CADWorkingSpace) Method
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

Reference

ImGearDWGPage Class
ImGearDWGPage Members
Overload List