API Help
Eplan.EplApi.MasterData Namespace / MDPropertyValue Class / Set Method / Set(Boolean) Method
System::Boolean to convert

In This Topic
    Set(Boolean) Method
    In This Topic
    Sets System::Boolean value in MDPropertyValue object.
    Syntax
    public MDPropertyValue Set( 
       bool b
    )
    public:
    MDPropertyValue^ Set( 
       bool b
    ) 

    Parameters

    b
    System::Boolean to convert

    Return Value

    This object is returned.
    Remarks
    In case where this MDPropertyValue object was created by user only the local value of this object will be changed/set.

    If this MDPropertyValue object was acquired from property list or from StorableObject then also value in original location will be changed.

    See Also