Gets whether the document has frozen features and whether those features need to be updated.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function HasFrozenFeatures( _
ByRef FrozenFeatureNeedsUpdate As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument16
Dim FrozenFeatureNeedsUpdate As System.Boolean
Dim value As System.Boolean
value = instance.HasFrozenFeatures(FrozenFeatureNeedsUpdate) |
Parameters
- FrozenFeatureNeedsUpdate
- True if the document has frozen features that need to be updated, false if not (see Remarks)
Return Value
True if the document has frozen features, false if not
Example
Remarks
See Also
Availability
SolidWorks Document Manager API 2012 SP0