FamilySymbolProfile
Description:
Represents a family symbol based profile for sweep or swept blend elements.
Represents a family symbol based profile for sweep or swept blend elements.
Remarks:
Use objects of this type in methods as NewSweep() and NewSweptBlend() in FamilyItemFactory to create the profile.
Use objects of this type in methods as NewSweep() and NewSweptBlend() in FamilyItemFactory to create the profile.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.SweepProfile
Autodesk.Revit.DB.FamilySymbolProfile
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.SweepProfile
Autodesk.Revit.DB.FamilySymbolProfile
public class FamilySymbolProfile : SweepProfile
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Angle | double | The angle of the rotation of the profile in radians. | |
| IsFlipped | bool | Indicates if the symbol profile is flipped or not. | |
| Profile | FamilySymbol | Returns the family symbol of the profile. | |
| XOffset | double | The offset of the profile to the origin of the sketch plane in the X direction. | |
| YOffset | double | The offset of the profile to the origin of the sketch plane in the Y direction. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |