ImageGear .NET - Updated July 5, 2018
ActiveViewIndex Property (ImGearVectorData)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : ActiveViewIndex Property
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

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

Reference

ImGearVectorData Class
ImGearVectorData Members