API Help
Eplan.EplApi.DataModel.E3D Namespace / Cabinet Class / Create Method / Create(InstallationSpace,String,String) Method
InstalltionSpace where this object will be placed. Can't be null.
Part number of article used to create this object. Can't be null or have zero length.
Part variant of article.

Create(InstallationSpace,String,String) Method
Creates Cabinet object on an InstallationSpace.
Syntax

Parameters

oInstallationSpace
InstalltionSpace where this object will be placed. Can't be null.
strArticleNr
Part number of article used to create this object. Can't be null or have zero length.
strVariant
Part variant of article.
Exceptions
ExceptionDescription
Thrown when param is null value. Check exception message for more info.
Thrown if strArticleNr has zero length.
Thrown when the Cabinet cannot be created.
Remarks
Sets initial transformation to identity matrix If strArticleVariant is null or empty variant "1" is used.
See Also