API Help
Eplan.EplApi.MasterData Namespace / MDSymbolLibraryPropertyList Class / SYMBLIB_CREATOR Property / SYMBLIB_CREATOR(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Creator of the symbol library.

    See Also