Harness proD API Help
EPLAN.Harness.API.LibraryParts Namespace / BaseLibraryPart Class / Tags Property
In This Topic
    Tags Property (BaseLibraryPart)
    In This Topic
    Gets a list of tags related with this library part.
    Syntax
    public IList<TextProperty> Tags {get;}
    Exceptions
    ExceptionDescription
    Argument is null.
    Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property.
    See Also