Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionDefinition Class / Identifiers Property

In This Topic
    Identifiers Property
    In This Topic
    Gets/sets all identifiers (i.e. for all available standards)
    Syntax
    public string[] Identifiers {get; set;}
    public:
    property array<String^>^ Identifiers {
       array<String^>^ get();
       void set (    array<String^>^ value);
    }
    See Also