Class Sequence
Class for the item type Sequence
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class Sequence : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceSequence()
Declaration
protected Sequence()
Sequence(ElementFactory, Object[])
Declaration
public Sequence(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceCurrentValue()
Retrieve the current_value
property of the item
Declaration
public IProperty_Number CurrentValue()
Returns
Type | Description |
---|---|
IProperty_Number |
InitialValue()
Retrieve the initial_value
property of the item
Declaration
public IProperty_Number InitialValue()
Returns
Type | Description |
---|---|
IProperty_Number |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
PadTo()
Retrieve the pad_to
property of the item
Declaration
public IProperty_Number PadTo()
Returns
Type | Description |
---|---|
IProperty_Number |
PadWith()
Retrieve the pad_with
property of the item
Declaration
public IProperty_Text PadWith()
Returns
Type | Description |
---|---|
IProperty_Text |
Prefix()
Retrieve the prefix
property of the item
Declaration
public IProperty_Text Prefix()
Returns
Type | Description |
---|---|
IProperty_Text |
Step()
Retrieve the step
property of the item
Declaration
public IProperty_Number Step()
Returns
Type | Description |
---|---|
IProperty_Number |
Suffix()
Retrieve the suffix
property of the item
Declaration
public IProperty_Text Suffix()
Returns
Type | Description |
---|---|
IProperty_Text |