Table of Contents

Class StructureCol

Namespace
HyperX.Scripting
Assembly
HyperX.Scripting.dll
public sealed class StructureCol : ZoneJointContainerCol<Structure>, IEnumerable<Structure>, IEnumerable
Inheritance
StructureCol
Implements
Inherited Members

Properties

Folders

public FolderCol<Structure> Folders { get; }

Property Value

FolderCol<Structure>

Methods

Create(string)

public override Structure Create(string name = null)

Parameters

name string

Returns

Structure

DeleteStructure(Structure)

public bool DeleteStructure(Structure structure)

Parameters

structure Structure

Returns

bool

DeleteStructure(int)

public bool DeleteStructure(int id)

Parameters

id int

Returns

bool

DeleteStructure(string)

public bool DeleteStructure(string name)

Parameters

name string

Returns

bool