Harness proD API Help
EPLAN.Harness.API.Occurrences.Interfaces Namespace / I2DSpecialComponent Interface / LibraryPart Property
In This Topic
    LibraryPart Property (I2DSpecialComponent)
    In This Topic
    Gets the related library part from which this occurrence was derived.
    Syntax
    BaseLibraryPart LibraryPart {get;}

    Property Value

    The library part from which this occurrence was derived or null for occurrences which are not from the library.
    Exceptions
    ExceptionDescription
    The object is in invalid state. Obtain a new one.
    Api is not in an initialized state. You can get current state from EPLAN.Harness.API.HpdApi.Status property. If API is uninitialized, you can initialize it by calling EPLAN.Harness.API.HpdApi.Init method. If API is in failed state, you can not resurrect it.
    Remarks
    Library parts only have occurrences derived from the library. Many properties of this occurrence are accessible through its library part.
    See Also