API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DESIGNATION_FULLDOCTYPE Property / DESIGNATION_FULLDOCTYPE(Int32) Property

In This Topic
    DESIGNATION_FULLDOCTYPE(Int32) Property
    In This Topic
    Document type # 1520. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DESIGNATION_FULLDOCTYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DESIGNATION_FULLDOCTYPE {
       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..

    Part of the structure identifier of the document type that is entered at this structure segment or planning object. The entire structure identifier of a planning object consists of all parts of the higher-level structure segments and planning objects.

    See Also