Table of Contents

Class Zone

Namespace
HyperX.Scripting
Assembly
HyperX.Scripting.dll
public abstract class Zone : ZoneBase, IBulkUpdatableEntity
Inheritance
Zone
Implements
Derived
Inherited Members

Constructors

Zone(Application, int, string, ComponentCategory)

protected Zone(Application application, int id, string name, ComponentCategory componentCategory)

Parameters

application Application
id int
name string
componentCategory ComponentCategory

Properties

Elements

public ElementCol Elements { get; }

Property Value

ElementCol

Methods

AddElements(IEnumerable<int>)

public void AddElements(IEnumerable<int> elementIds)

Parameters

elementIds IEnumerable<int>