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

In This Topic
    FUNCTION3D_ISINSTALLATIONMATERIAL(Int32) Property
    In This Topic
    Is associated mounting material # 36015. This property isn't indexed.
    Syntax
    public PropertyValue FUNCTION3D_ISINSTALLATIONMATERIAL( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_ISINSTALLATIONMATERIAL {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    See Also