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

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

    Outline of the cut-out. Here, the file name of a user-defined outline file (*.fc1) is displayed.

    See Also