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




In This Topic
    ActiveViewIndex Property (ImGearVectorData)
    In This Topic
    Gets or sets an index of the active view.
    Syntax
    'Declaration
     
    Public Property ActiveViewIndex As Integer
    'Usage
     
    Dim instance As ImGearVectorData
    Dim value As Integer
     
    instance.ActiveViewIndex = value
     
    value = instance.ActiveViewIndex
    public int ActiveViewIndex {get; set;}
    public: __property int get_ActiveViewIndex();
    public: __property void set_ActiveViewIndex( 
       int value
    );
    public:
    property int ActiveViewIndex {
       int get();
       void set (    int value);
    }

    Property Value

    Any positive integer value.
    Remarks
    Several views can exist but only the active one is used for display. The default value is 0.
    See Also