ImageGear PDF v25.2 - Updated
CreateFace(CADWorkingSpace) Method




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.