API Help
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_REVISION_SOURCE Property / PAGE_REVISION_SOURCE(Int32) Property

In This Topic
    PAGE_REVISION_SOURCE(Int32) Property
    In This Topic
    Origin # 11084. This property isn't indexed.
    Syntax
    public PropertyValue PAGE_REVISION_SOURCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_REVISION_SOURCE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Filled in during a data transfer from EPLAN 21 with the value of the corresponding EPLAN 21 property, but not otherwise used.

    See Also