| Revit 2017 API |
| CompoundStructureLayer..::..Function Property |
| CompoundStructureLayer Class See Also |
The function of the layer.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public MaterialFunctionAssignment Function { get; set; } |
| Visual Basic |
|---|
Public Property Function As MaterialFunctionAssignment Get Set |
| Visual C++ |
|---|
public: property MaterialFunctionAssignment Function { MaterialFunctionAssignment get (); void set (MaterialFunctionAssignment value); } |
Field Value
The default is MaterialFunctionAssignment.None.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |