Eplan Platform API
Eplan.EplApi.DataModel Namespace / DocumentBasePropertyList Class / DocumentBasePropertyList Constructor / DocumentBasePropertyList Constructor(DocumentBase)
DocumentBase object whose properties will be affected.

In This Topic
    DocumentBasePropertyList Constructor(DocumentBase)
    In This Topic
    Should be used internal only
    Syntax
    public DocumentBasePropertyList( 
       DocumentBase obj
    )
    public:
    DocumentBasePropertyList( 
       DocumentBase^ obj
    )

    Parameters

    obj
    DocumentBase object whose properties will be affected.
    See Also