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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    See Also