API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNCTION_TEMPLATE_DESCRIPTION Property / FUNCTION_TEMPLATE_DESCRIPTION(Int32) Property

In This Topic
    FUNCTION_TEMPLATE_DESCRIPTION(Int32) Property
    In This Topic
    Function template: Description # 20389. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNCTION_TEMPLATE_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION_TEMPLATE_DESCRIPTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    This property is read-only..

    See Also