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

In This Topic
    DMG_VIEWPLACEMENT_MANUAL_CENTER(Int32) Property
    In This Topic
    Model view: Manual displacement # 36501. This property isn't indexed.
    Syntax
    public PropertyValue DMG_VIEWPLACEMENT_MANUAL_CENTER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMG_VIEWPLACEMENT_MANUAL_CENTER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.PointD.
    Remarks

    Moving the center of the model view, drilling view or copper unfold.

    See Also