Sets whether the complete detail circle or detail profile is shown in the detail view, or if just the part of the circle or profile that intersects the view geometry is shown.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetFullOutline( _
ByVal FullOutline As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDetailCircle
Dim FullOutline As System.Boolean
Dim value As System.Boolean
value = instance.SetFullOutline(FullOutline) |
C# | |
---|
System.bool SetFullOutline(
System.bool FullOutline
) |
C++/CLI | |
---|
System.bool SetFullOutline(
& System.bool FullOutline
) |
Parameters
- FullOutline
True if the full circle or profile outline is shown in the detail view, false if only the portion of the circle or profile that intersects the view geometry is shown
Return Value
True if setting the full outline flag is successful, false if not
Remarks
See Also
Availability
SOLIDWORKS 2004 SP1, Revision Number 12.1