Gets or sets whether to synchronize the configuration of pattern components with the configuration of the seed component in this chain pattern feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ForceUseSeedConfiguration As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IChainPatternFeatureData
Dim value As System.Boolean
instance.ForceUseSeedConfiguration = value
value = instance.ForceUseSeedConfiguration |
C# | |
---|
System.bool ForceUseSeedConfiguration {get; set;} |
C++/CLI | |
---|
property System.bool ForceUseSeedConfiguration {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to use the seed component configuration for all pattern components, false to not
Remarks
See Also
Availability
SOLIDWORKS 2021 FCS, Revision Number 29