API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacement Class / Create Method / Create(Project,InstallationSpace) Method
Project to which this object will be assign. Can't be null.
Eplan.EplApi.DataModel.E3D.InstallationSpace for this ViewPlacement.

In This Topic
    Create(Project,InstallationSpace) Method
    In This Topic
    Creates not placed ViewPlacement object.
    Syntax

    Parameters

    oProject
    Project to which this object will be assign. Can't be null.
    pInstallationSpace
    Eplan.EplApi.DataModel.E3D.InstallationSpace for this ViewPlacement.
    Exceptions
    ExceptionDescription
    Thrown when param is null value. Check exception message for more info.
    Thrown when the ViewPlacement cannot be created.
    Remarks
    If strArticleVariant null or have zero length default variant "1" is used.
    See Also