Description:
Assigns a parent object and a sub-object index to this.
Syntax:
protected Void ConstructConstObject(
Object parentObject,
Int32 subobjectIndex
)
Object parentObject,
Int32 subobjectIndex
)
protected
Parameters:
- parentObject
- Type: System.Object
- The parent object.
- subobjectIndex
- Type: System.Int32
- The sub-object index.
Returns:
Type: Void