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

In This Topic
    DMG_VIEWPLACEMENT_SHOWBENDINGHINT(Int32) Property
    In This Topic
    Show bending note # 36522. This property isn't indexed.
    Syntax
    public PropertyValue DMG_VIEWPLACEMENT_SHOWBENDINGHINT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMG_VIEWPLACEMENT_SHOWBENDINGHINT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this property is activated, the information regarding the bending direction, bending angle and bending radius is displayed as texts on the bending lines.

    See Also