API Help
Eplan.EplApi.DataModel Namespace / OptionFragmentPropertyList Class / OPTIONFRAGMENT_NAME Property / OPTIONFRAGMENT_NAME(Int32) Property

In This Topic
    OPTIONFRAGMENT_NAME(Int32) Property
    In This Topic
    Project option section: Name # 23102. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue OPTIONFRAGMENT_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ OPTIONFRAGMENT_NAME {
       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..

    Name of the section within a project option.

    See Also