API Help
Eplan.EplApi.DataModel.E3D Namespace / Function3D Class / IsFixedDevice Property

In This Topic
IsFixedDevice Property (Function3D)
In This Topic
Set or checks if device of this Function3d is fixed.
Syntax
public bool IsFixedDevice {get; set;}
Remarks
If device is fixed no Eplan.EplApi.DataModel.ArticleReference can be added/changed/removed from device of this Function3D. The same is with properties FUNC_ARTICLE_PARTNR and FUNC_ARTICLE_COUNT.
See Also