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

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

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    See Also