ForceRebuild3 Method (IModelDoc2) Forces a rebuild of all of the features in the model whether they need a rebuild. .NET Syntax Visual Basic (Declaration) Function ForceRebuild3( _ ByVal TopOnly As System.Boolean _ ) As System.Boolean Visual Basic (Usage) Dim instance As IModelDoc2 Dim TopOnly As System.Boolean Dim value As System.Boolean value = instance.ForceRebuild3(TopOnly) Parameters TopOnly True rebuilds the top-level assembly only; false rebuilds the top-level assembly and all subassemblies Return Value True if the rebuild is successful, false if not