API Help
Eplan.EplApi.Base Namespace / IContext Interface
Members

In This Topic
    IContext Interface
    In This Topic
    IContext is an abstract interface for Context classes.
    Syntax
    public interface IContext 
    public interface class IContext 
    Remarks
    Context classes are used to pass information about the current state of the environment as well as generic parameters to objects that can be registered such as actions, dialogs, etc.
    Public Methods
     NameDescription
     MethodAdds a parameter to the Context.  
     MethodGets a parameter from the Context.  
     MethodGets the count of the Parameters in this context  
     MethodGets array filled with parameters names from the context.  
     MethodGets array filled with strings from the context.  
     MethodSets the array filled with strings from the context. (Additional to the parameters)  
    Top
    See Also