Harness proD API Help
EPLAN.Harness.API.LibraryParts Namespace / AccessoryList Class
Members
In This Topic
    AccessoryList Class
    In This Topic
    Accessory list as Library item.
    Object Model
    AccessoryList ClassDateTimeProperty ClassTextProperty ClassMultiLanguageTextProperty ClassTextProperty ClassDateTimeProperty ClassTextProperty ClassTextProperty ClassDecimalProperty Class
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.LibraryParts.BaseLibraryItem
          EPLAN.Harness.API.LibraryParts.BaseConstructionItem
             EPLAN.Harness.API.LibraryParts.AccessoryList

    Syntax
    public class AccessoryList : BaseConstructionItem 
    Public Properties
     NameDescription
    Public Property Accessories of this item. It is IList collection. A list item can be accessed trough the numbered index. Add(), Remove(), RemoveAt(), Clear() methods are supported only. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public Property Gets the date and time when the library part was created. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public Property Gets creator of this library part. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public Property Gets the description of the library part. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public Property Guid of the library item. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public Property Specifies if the item is locked by another user. Modification is disabled in this case. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public Property Specifies if the item is opened and ready for editing. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public Property Specifies if the item is synchronized with P8 Master Data. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public Property Specifies if the item is valid or not. Invalid item cannot be placed in designer. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public Property Specifies if the item has been created under an unsupported license. Then the item cannot be open for editing. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public Property Gets the date and time when the library part was last time changed. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public Property Gets the user name of the person, who last changed this library part. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public PropertyUsername who is keeping part opened. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public Property Part number of the library item. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public Property Gets the version of the library part. Together with GUID forms a unique identifier of part in library. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Top
    Public Methods
     NameDescription
    Public MethodClose library item for editing. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public MethodIs this library item equal to the following object? (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public MethodServes as the default hash function. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public MethodOpen library item for editing. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Public MethodSave all changes. (Inherited from EPLAN.Harness.API.LibraryParts.BaseConstructionItem)
    Top
    See Also