ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / UnitsFactor Property




In This Topic
    UnitsFactor Property
    In This Topic
    Gets or sets a units factor, that is, a multiplier of unit values.
    Syntax
    'Declaration
     
    Public Property UnitsFactor As Double
    'Usage
     
    Dim instance As ImGearVectorData
    Dim value As Double
     
    instance.UnitsFactor = value
     
    value = instance.UnitsFactor
    public double UnitsFactor {get; set;}
    public: __property double get_UnitsFactor();
    public: __property void set_UnitsFactor( 
       double value
    );
    public:
    property double UnitsFactor {
       double get();
       void set (    double value);
    }

    Property Value

    Any double value.
    See Also