Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / UserCategory Class
Members
In This Topic
    UserCategory Class
    In This Topic
    User-defined category of the library part.
    Object Model
    UserCategory ClassTextProperty Class
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.DataStructures.LibraryCategory
          EPLAN.Harness.API.DataStructures.UserCategory

    Syntax
    public class UserCategory : LibraryCategory 
    Remarks
    This category type is used in XML and SQL library providers.
    Public Constructors
     NameDescription
    Public ConstructorCreate new instance of user category.  
    Top
    Public Properties
     NameDescription
    Public PropertyCategory path.  
    Public PropertyPart type of this category. (Inherited from EPLAN.Harness.API.DataStructures.LibraryCategory)
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Get all already existing user categories assigned to given part type.  
    Public MethodReturns a string that represents the current object.  
    Top
    See Also