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




In This Topic
    CreateLinearRuler() Method
    In This Topic
    Creates a new instance of CADLinearRuler.
    Syntax
    'Declaration
     
    Public Overloads Function CreateLinearRuler() As CADLinearRuler
    'Usage
     
    Dim instance As ImGearDWGPage
    Dim value As CADLinearRuler
     
    value = instance.CreateLinearRuler()
    public CADLinearRuler CreateLinearRuler()
    public: CADLinearRuler* CreateLinearRuler(); 
    public:
    CADLinearRuler^ CreateLinearRuler(); 

    Return Value

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