API Help
Eplan.EplApi.DataModel.MasterData Namespace / FunctionDefinitionLibraryPropertyList Class / FCTDEFLIB_CREATOR Property / FCTDEFLIB_CREATOR(Int32) Property

In This Topic
    FCTDEFLIB_CREATOR(Int32) Property
    In This Topic
    Creator # 15503. This property isn't indexed.
    Syntax
    public PropertyValue FCTDEFLIB_CREATOR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FCTDEFLIB_CREATOR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Creator of the function definition library.

    See Also