Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / CommentPropertyList Class / DMG_COMMENT_RESPONSE Property / DMG_COMMENT_RESPONSE(Int32) Property

In This Topic
    DMG_COMMENT_RESPONSE(Int32) Property
    In This Topic
    Reply text # 19504.
    Syntax
    public PropertyValue DMG_COMMENT_RESPONSE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMG_COMMENT_RESPONSE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

    Property is indexed. Possible indexes are from 1 to 100.

    See Also