Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / InteractionContext Class
Members

In This Topic
    InteractionContext Class
    In This Topic
    This class is used to pass information about current state of environment and placements to GED interaction.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.Base.Context
          Eplan.EplApi.EServices.Ged.InteractionContext

    Syntax
    public class InteractionContext : Eplan.EplApi.Base.Context, Eplan.EplApi.Base.IContext  
    public ref class InteractionContext : public Eplan.EplApi.Base.Context, Eplan.EplApi.Base.IContext  
    Public Constructors
     NameDescription
    Public ConstructorCreates a new InteractionContext object.  
    Top
    Public Properties
     NameDescription
    Public PropertyPlacements in this context.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a parameter to the Context. (Inherited from Eplan.EplApi.Base.Context)
    Public MethodDestructor for deterministic finalization of InteractionContext object. (Inherited from Eplan.EplApi.Base.Context)
    Public MethodOverridden. Get the Block of Context Parameters of this Context.  
    Public MethodFor internal use only. (Inherited from Eplan.EplApi.Base.Context)
    Public MethodGets a parameter from the Context. (Inherited from Eplan.EplApi.Base.Context)
    Public MethodGets the count of the Parameters in this context (Inherited from Eplan.EplApi.Base.Context)
    Public MethodGets array filled with parameters names from the context. (Inherited from Eplan.EplApi.Base.Context)
    Public MethodGets the array filled with strings from the context. (Additional to the parameters) (Inherited from Eplan.EplApi.Base.Context)
    Public MethodOverridden. Sets a block of context parameters (as ContextParameterBlock object).  
    Public MethodFor internal use only. (Inherited from Eplan.EplApi.Base.Context)
    Public MethodSets the array filled with strings from the context. (Additional to the parameters) (Inherited from Eplan.EplApi.Base.Context)
    Top
    See Also