API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / GetAccessoryPlacement Method
The name of the accessory placement that is searched.

In This Topic
GetAccessoryPlacement Method
In This Topic
Gets a accessory placement with the given name that is stored in the parts database.
Syntax
public MDAccessoryPlacement GetAccessoryPlacement( 
   string name
)

Parameters

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