Click or drag to resize
Askia

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
)

Parameters

position
Type: SystemInt32
Position at which the child element should be created

Return Value

Type: IElement
Returns the newly created element
See Also