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




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class > CreateFace Method : CreateFace() Method
Creates a new instance of CADFace.
Syntax
'Declaration
 
Public Overloads Function CreateFace() As CADFace
'Usage
 
Dim instance As ImGearDWGPage
Dim value As CADFace
 
value = instance.CreateFace()
public CADFace CreateFace()
public: CADFace* CreateFace(); 
public:
CADFace^ CreateFace(); 

Return Value

Returns a new instance of CADFace
Remarks
Creates the CADEntity in the active layout. You must use UpdateEntity to change CADFace properties
See Also

Reference

ImGearDWGPage Class
ImGearDWGPage Members
Overload List