MapDynamicMemberInstance.SetInstanceIndex(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets current index to the specified instance index.
public:
virtual bool SetInstanceIndex(int index);
public bool SetInstanceIndex (int index);
abstract member SetInstanceIndex : int -> bool
override this.SetInstanceIndex : int -> bool
Public Function SetInstanceIndex (index As Integer) As Boolean
Parameters
- index
- Int32
A valid instance index.
Returns
true
if the specified index is valid; otherwise, false
.