Gets or sets whether to cap the section views.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShowSectionCap As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISectionViewData
Dim value As Boolean
instance.ShowSectionCap = value
value = instance.ShowSectionCap
|
C# | |
---|
bool ShowSectionCap {get; set;} |
C++/CLI | |
---|
property bool ShowSectionCap {
bool get();
void set (bool value);
} |
Return Value
True to cap the section views, false to see inside the model (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0