| IElementCollectionCreate Method (Int32) |
Creates a new child element at a given position
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IElement Create(
int position
)
Function Create (
position As Integer
) As IElement
IElement^ Create(
int position
)
Parameters
- position
- Type: SystemInt32
Position at which the child element should be created
Return Value
Type:
IElementReturns the newly created element
See Also