ForceRebuild3 Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::ForceRebuild3.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ForceRebuild3( _
ByVal TopOnly As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim TopOnly As System.Boolean
Dim value As System.Boolean
value = instance.ForceRebuild3(TopOnly) |
C# | |
---|
System.bool ForceRebuild3(
System.bool TopOnly
) |
C++/CLI | |
---|
System.bool ForceRebuild3(
& System.bool TopOnly
) |
Parameters
- TopOnly
-
See Also