| Revit 2017 API |
| ExternalServices..::..BuiltInExternalServices..::..CodeCheckingParameterService Property |
| ExternalServices..::..BuiltInExternalServices Class See Also |
The external service supporting view and modification of the structural code checking parameter in analytical elements.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public static ExternalServiceId CodeCheckingParameterService { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property CodeCheckingParameterService As ExternalServiceId Get |
| Visual C++ |
|---|
public: static property ExternalServiceId^ CodeCheckingParameterService { ExternalServiceId^ get (); } |