Eplan Platform API
Eplan.EplApi.Base Namespace / ContextParameterBlock Class
Members

ContextParameterBlock Class
A Parameter block for a context. This parameterblock can have System::Object^ as parameters. This block can be used to add objects to a context and work with this objects p.e. inside an action.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.Base.ContextParameterBlock

Syntax
public class ContextParameterBlock 
Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Methods
 NameDescription
Public MethodDestructor for deterministic finalization of ContextParameter object.  
Public MethodGet one object with this name  
Public MethodGet the list saved in this block  
Public MethodSet one object with a name  
Public MethodSet a list for this block  
Top
See Also