StructureColCreate Method

Attempt to create a new structure. If the specified name is already used, it will be deconflicted.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public override Structure Create(
	string name = null
)

Parameters

name  String  (Optional)
The name of the structure to be created.

Return Value

Structure
Return the new Structure

See Also