Harness proD API Help
EPLAN.Harness.API.LibraryParts Namespace / BaseLibraryPart Class / Category Property
In This Topic
    Category Property (BaseLibraryPart)
    In This Topic
    Category of this part.
    Syntax
    public LibraryCategory Category {get; set;}
    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.
    The exception is thrown in case of an attempt to modify a library item which is currently read-only.
    The exception is thrown in case of an attempt to read or modify a library item which is currently closed.
    Remarks
    Category can be changed only within the same part type.
    See Also