Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / InstallationSpace Property

In This Topic
    InstallationSpace Property (PlaceHolder3D)
    In This Topic
    Returns InstallationSpace in which this object exists or null.
    Syntax
    public InstallationSpace InstallationSpace {get; set;}
    public:
    property InstallationSpace^ InstallationSpace {
       InstallationSpace^ get();
       void set (    InstallationSpace^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when InstallationSpace which is being set is null.
    See Also