Revit 2026 API
Built |
Can't change connection type to Feed Through Lugs because Feed Through Lugs is not enabled. Enable Feed Through Lugs by enabling the global parameter that Feed Through Lugs is mapping. Click Manage tab -> Settings panel -> Global Parameters.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static FailureDefinitionId FeedThroughLugsIsNotEnabledAndBindGlobalParam { get; }
Public Shared ReadOnly Property FeedThroughLugsIsNotEnabledAndBindGlobalParam As FailureDefinitionId Get
public: static property FailureDefinitionId^ FeedThroughLugsIsNotEnabledAndBindGlobalParam { FailureDefinitionId^ get (); }
static member FeedThroughLugsIsNotEnabledAndBindGlobalParam : FailureDefinitionId with get
Property Value
FailureDefinitionIdSee Also