Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / GetAccessoryList Method
The name of the accessory list that is searched.

In This Topic
GetAccessoryList Method
In This Topic
Gets a accessory list with the given name that is stored in the parts database.
Syntax
public MDAccessoryList GetAccessoryList( 
   string name
)

Parameters

name
The name of the accessory list that is searched.
Remarks
Returns the found accessory list (MDAccessoryList object) - otherwise null, if the accessory list is not found
See Also