Class Grid
Class for the item type Grid
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 Grid : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceGrid()
Declaration
protected Grid()
Grid(ElementFactory, Object[])
Declaration
public Grid(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceMergePath()
Retrieve the merge_path
property of the item
Declaration
public IProperty_Text MergePath()
Returns
Type | Description |
---|---|
IProperty_Text |
Method()
Retrieve the method
property of the item
Declaration
public IProperty_Item<Method> Method()
Returns
Type | Description |
---|---|
IProperty_Item<Method> |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
Query()
Retrieve the query
property of the item
Declaration
public IProperty_Text Query()
Returns
Type | Description |
---|---|
IProperty_Text |