FabricationPartIsProductListEntryCompatibleSize Method |
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: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsProductListEntryCompatibleSize(
int productEntry
)
Public Function IsProductListEntryCompatibleSize (
productEntry As Integer
) As Boolean
public:
bool IsProductListEntryCompatibleSize(
int productEntry
)
member IsProductListEntryCompatibleSize :
productEntry : int -> bool
Parameters
- productEntry Int32
-
The product entry index.
Return Value
Boolean
Returns true if the part can be changed to the specified product entry without altering any connected dimensions.
Exceptions
See Also