Class ConstructAction.InputContainer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public class InputContainer : ConstructAction.InputObject, ConstructAction.IInputObject
Constructors
| Improve this Doc View SourceInputContainer(String)
Declaration
public InputContainer(string resourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | resourceId |
Methods
| Improve this Doc View SourceGetShowProperties()
Declaration
public IShowProperty[] GetShowProperties()
Returns
| Type | Description |
|---|---|
| IShowProperty[] |
Open(Boolean)
Declaration
public void Open(bool open)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | open |
SetShowProperties(IShowProperty[])
Declaration
public void SetShowProperties(IShowProperty[] contents)
Parameters
| Type | Name | Description |
|---|---|---|
| IShowProperty[] | contents |