Harness proD API Help
EPLAN.Harness.API.LibraryParts Namespace / BaseLibraryPart Class / UserDefinedProperties Property
In This Topic
    UserDefinedProperties Property (BaseLibraryPart)
    In This Topic
    Gets the user-defined properties of the library part.
    Syntax
    public IList<UserDefinedProperty> UserDefinedProperties {get;}
    Exceptions
    ExceptionDescription
    The exception that is thrown when a user-defined property with this name already exists on this object.
    See Also