Eplan Platform API
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_OBJECTCODE Property / PAGE_OBJECTCODE Property

In This Topic
PAGE_OBJECTCODE Property
In This Topic
Object identifier # 11036.
Syntax
public PropertyValue PAGE_OBJECTCODE {get; set;}

Property Value

Returns property value of type System.String.
Remarks

This property is read-only..

The object identifier is used for the identification of pages in accordance with DIN EN 61355-1. In doing so, the object identifier assigns a document (i.e. a project page) to a certain object (e.g. a function, a location, or a product).

This property is used as part of a name. In order to set it, member NameParts must be used on object which name will be changed. Additionally for setting this property on a Page object, a function Page::SetName() or the Page constructor can be used.

See Also