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




In This Topic
    CreateFace() Method
    In This Topic
    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