| Revit 2022 API |
| ExternalServices..::..BuiltInExternalServices..::..FramingProfileService Property |
| ExternalServices..::..BuiltInExternalServices Class See Also |
The external service responsible for the generation of the fabrication profile.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public static ExternalServiceId FramingProfileService { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property FramingProfileService As ExternalServiceId Get |
| Visual C++ |
|---|
public: static property ExternalServiceId^ FramingProfileService { ExternalServiceId^ get (); } |