Checks to see if this part can be changed to the specified product entry without altering any connected dimensions.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2016 Subscription Release
Syntax
C# |
---|
public bool IsProductListEntryCompatibleSize(
int productEntry
) |
Visual Basic |
---|
Public Function IsProductListEntryCompatibleSize ( _
productEntry As Integer _
) As Boolean |
Visual C++ |
---|
public:
bool IsProductListEntryCompatibleSize(
int productEntry
) |
Return Value
Returns true if the part can be changed to the specified product entry without altering any connected dimensions.
Exceptions
See Also