Upgrades custom properties in this legacy (created prior to SOLIDWORKS 2018) model to the latest custom properties architecture.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function UpgradeLegacyCustomProperties( _
ByVal UpgradeAllAssemComps As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim UpgradeAllAssemComps As System.Boolean
Dim value As System.Boolean
value = instance.UpgradeLegacyCustomProperties(UpgradeAllAssemComps) |
Parameters
- UpgradeAllAssemComps
- True to upgrade custom properties of this top-level assembly and all of its components, false to upgrade custom properties of this top-level assembly only
Return Value
True if custom properties are successfully upgraded, false if not
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30