Eplan Platform API
Eplan.EplApi.Remoting Namespace / CallingContext Class / Parameters Property

In This Topic
    Parameters Property
    In This Topic
    Parameters and values
    Syntax
    [DataMember()]
    public Dictionary<string,object> Parameters {get; set;}
    [DataMember()]
    public:
    property Dictionary<String^,Object^>^ Parameters {
       Dictionary<String^,Object^>^ get();
       void set (    Dictionary<String^,Object^>^ value);
    }
    See Also