API Help
Eplan.EplApi.DataModel.Graphics Namespace / DimensionItem Class / Properties Property

In This Topic
    Properties Property
    In This Topic
    .NET Property enabling access to P8 properties of the Page object.
    Syntax
    public new DimensionItemPropertyList Properties {get;}
    public:
    new property DimensionItemPropertyList^ Properties {
       DimensionItemPropertyList^ get();
    }

    Property Value

    P8 properties of the page.
    Exceptions
    ExceptionDescription
    Thrown when no new logical page can be added to the project.
    See Also