API Help
Eplan.EplApi.HEServices Namespace / PartsService Class / ActivePartsDatabase Property

In This Topic
    ActivePartsDatabase Property
    In This Topic
    Returns or sets the type of current parts database. Possible values are PartsDatabaseType.SQL and PartsDatabaseType.Access
    Syntax
    public PartsService.PartsDatabaseType ActivePartsDatabase {get; set;}
    public:
    property PartsService.PartsDatabaseType ActivePartsDatabase {
       PartsService.PartsDatabaseType get();
       void set (    PartsService.PartsDatabaseType value);
    }
    Remarks
    See Also