API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacementPropertyList Class / DMG_VIEWPLACEMENT_BUILDINGAREA Property / DMG_VIEWPLACEMENT_BUILDINGAREA(Int32) Property

In This Topic
    DMG_VIEWPLACEMENT_BUILDINGAREA(Int32) Property
    In This Topic
    Model view: Layout space name # 36504. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DMG_VIEWPLACEMENT_BUILDINGAREA( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMG_VIEWPLACEMENT_BUILDINGAREA {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Name of the layout space for which the model view, drilling view or copper unfold was created.

    See Also