ImageGear PDF v25.2 - Updated
CreateFace() Method




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

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