Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_DOCUMENTS_URL Property / DMPLAOBJECT_DOCUMENTS_URL(Int32) Property

In This Topic
    DMPLAOBJECT_DOCUMENTS_URL(Int32) Property
    In This Topic
    Documents: File / hyperlink # 44068.
    Syntax
    public PropertyValue DMPLAOBJECT_DOCUMENTS_URL( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_DOCUMENTS_URL {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

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

    File name or hyperlink of an external document. Any external documents can be stored at a planning object or structure segment. You can output these documents in the reports as hyperlinks.

    See Also