SetDisplayOnlySurfaceCut Method (IDrSection)
Sets whether to display only the surface cut by the section line.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetDisplayOnlySurfaceCut( _
ByVal Display As Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IDrSection
Dim Display As Boolean
instance.SetDisplayOnlySurfaceCut(Display)
|
C# | |
---|
void SetDisplayOnlySurfaceCut(
bool Display
) |
C++/CLI | |
---|
void SetDisplayOnlySurfaceCut(
& bool Display
) |
Parameters
- Display
True displays only the surface cut by the section line, false does not
See Also