API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacement Class / InstallationSpace Property

In This Topic
    InstallationSpace Property (ViewPlacement)
    In This Topic
    InstallationSpace from which objects will be displayed in ViewPlacement.
    Syntax
    public InstallationSpace InstallationSpace {get; set;}
    public:
    property InstallationSpace^ InstallationSpace {
       InstallationSpace^ get();
       void set (    InstallationSpace^ value);
    }
    See Also