Gets or sets whether the sketch is projected bidirectionally.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Bidirectional As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IProjectionCurveFeatureData
Dim value As System.Boolean
instance.Bidirectional = value
value = instance.Bidirectional |
C# | |
---|
System.bool Bidirectional {get; set;} |
C++/CLI | |
---|
property System.bool Bidirectional {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if bidirectional, false if not
Example
See Also
Availability
SOLIDWORKS 2019 FCS, Revision Number 27.0