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

IContext Interface
IContext is an abstract interface for Context classes.
Syntax
public interface 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