API Help
Eplan.EplApi.DataModel Namespace / Placements3DFilter Class / InstallationSpace Property

In This Topic
    InstallationSpace Property (Placements3DFilter)
    In This Topic
    Sets the Eplan.EplApi.DataModel.E3D.InstallationSpace that Eplan.EplApi.DataModel.E3D.Placement3Ds matching the filter must be placed in.
    Syntax
    public InstallationSpace InstallationSpace {get; set;}
    public:
    property InstallationSpace^ InstallationSpace {
       InstallationSpace^ get();
       void set (    InstallationSpace^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when null is given as a parameter.
    See Also