FasciaTypeSet Class
A set that contains fascia types.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public class FasciaTypeSet : APIObject, 
	IEnumerable
Visual Basic
Public Class FasciaTypeSet _
	Inherits APIObject _
	Implements IEnumerable
Visual C++
public ref class FasciaTypeSet : public APIObject, 
	IEnumerable

Inheritance Hierarchy

System..::..Object
  Autodesk.Revit.DB..::..APIObject
    Autodesk.Revit.DB.Architecture..::..FasciaTypeSet

See Also