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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Short designation of the company that created this symbol library.

    See Also