ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearIsosurfaceOptions Class / YDecimFactor Property




In This Topic
    YDecimFactor Property
    In This Topic
    Gets or sets the decimation factor in Y direction.

    NOTE: In effect only if both IsLimitDepth and IsDecimateY properties of the same ImGearIsosurfaceOptions class object are true.

    Syntax
    'Declaration
     
    Public Property YDecimFactor As Integer
    'Usage
     
    Dim instance As ImGearIsosurfaceOptions
    Dim value As Integer
     
    instance.YDecimFactor = value
     
    value = instance.YDecimFactor
    public int YDecimFactor {get; set;}
    public: __property int get_YDecimFactor();
    public: __property void set_YDecimFactor( 
       int value
    );
    public:
    property int YDecimFactor {
       int get();
       void set (    int value);
    }

    Property Value

    Any integer value.
    Remarks
    The default value is 1.
    See Also