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

In This Topic
    PAGE_OBJECTCODE_STRUCTUREWITHOUTPREFIX(Int32) Property
    In This Topic
    Structure identifier with separators stored in the object identifier # 11038. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PAGE_OBJECTCODE_STRUCTUREWITHOUTPREFIX( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_OBJECTCODE_STRUCTUREWITHOUTPREFIX {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    The unique structure identifier without leading separator stored in the object identifier. An empty string is output either if no valid structure identifier is stored in the object identifier or if several structure identifiers are stored. This property serves for display purposes in the page navigator.

    See Also