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

In This Topic
    PLACEHOLDER_DESCRIPTION(Int32) Property
    In This Topic
    Placeholder object description # 19308. This property isn't indexed.
    Syntax
    public PropertyValue PLACEHOLDER_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PLACEHOLDER_DESCRIPTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

    Description of the placeholder object.

    See Also