API Help
Eplan.EplApi.DataModel Namespace / ArticleReferencesFilter Class / PartNr Property

In This Topic
    PartNr Property (ArticleReferencesFilter)
    In This Topic
    Gets/Sets the part number that was set to this filter.
    Syntax
    public string PartNr {get; set;}
    public:
    property String^ PartNr {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    part number that was set on this filter.
    Exceptions
    ExceptionDescription
    Thrown when null is given as a parameter.
    See Also