Gets and sets whether to extend structural members.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AllowExtension As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICornerTreatmentFeatureData
Dim value As System.Boolean
instance.AllowExtension = value
value = instance.AllowExtension |
C# | |
---|
System.bool AllowExtension {get; set;} |
C++/CLI | |
---|
property System.bool AllowExtension {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to extend structural members, false to not
Example
See Also
Availability
SOLIDWORKS 2023 FCS, Revision Number 31