API Help
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolderPropertyList Class / PLACEHOLDER_USE_IN_COGINEER Property / PLACEHOLDER_USE_IN_COGINEER(Int32) Property

In This Topic
    PLACEHOLDER_USE_IN_COGINEER(Int32) Property
    In This Topic
    Use placeholder object in EPLAN Cogineer # 19314. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PLACEHOLDER_USE_IN_COGINEER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PLACEHOLDER_USE_IN_COGINEER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    If the property is activated, this placeholder can be used in EPLAN Cogineer.

    See Also