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.
See Also