System.Object
   Eplan.EplApi.Base.Context
      Eplan.EplApi.EServices.Ged.InteractionContext
System.Object
   Eplan.EplApi.Base.Context
      Eplan.EplApi.EServices.Ged.InteractionContext
public class InteractionContext : Eplan.EplApi.Base.Context, Eplan.EplApi.Base.IContext
public ref class InteractionContext : public Eplan.EplApi.Base.Context, Eplan.EplApi.Base.IContext
| Name | Description | |
|---|---|---|
|  | InteractionContext Constructor | Creates a new InteractionContext object. | 
| Name | Description | |
|---|---|---|
|  | Placements | Placements in this context. | 
| Name | Description | |
|---|---|---|
|  | AddParameter | Adds a parameter to the Context. (Inherited from Eplan.EplApi.Base.Context) | 
|  | Dispose() | Destructor for deterministic finalization of InteractionContext object. (Inherited from Eplan.EplApi.Base.Context) | 
|  | GetContextParameter | Overridden. Get the Block of Context Parameters of this Context. | 
|  | GetEContext | For internal use only. (Inherited from Eplan.EplApi.Base.Context) | 
|  | GetParameter | Gets a parameter from the Context. (Inherited from Eplan.EplApi.Base.Context) | 
|  | GetParameterCount | Gets the count of the Parameters in this context (Inherited from Eplan.EplApi.Base.Context) | 
|  | GetParameters | Gets array filled with parameters names from the context. (Inherited from Eplan.EplApi.Base.Context) | 
|  | GetStrings | Gets the array filled with strings from the context. (Additional to the parameters) (Inherited from Eplan.EplApi.Base.Context) | 
|  | SetContextParameter | Overridden. Sets a block of context parameters (as ContextParameterBlock object). | 
|  | SetEContext | For internal use only. (Inherited from Eplan.EplApi.Base.Context) | 
|  | SetStrings | Sets the array filled with strings from the context. (Additional to the parameters) (Inherited from Eplan.EplApi.Base.Context) |