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

In This Topic
    DMG_VIEWPLACEMENT_SHOWDRILLINGS(Int32) Property
    In This Topic
    Show drilling pattern # 36519. This property isn't indexed.
    Syntax
    public PropertyValue DMG_VIEWPLACEMENT_SHOWDRILLINGS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMG_VIEWPLACEMENT_SHOWDRILLINGS {
       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 drill holes on the copper item are displayed in the unfold.

    See Also