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 System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IDrSection
Dim Display As System.Boolean
instance.SetDisplayOnlySurfaceCut(Display) |
C# | |
---|
void SetDisplayOnlySurfaceCut(
System.bool Display
) |
C++/CLI | |
---|
void SetDisplayOnlySurfaceCut(
& System.bool Display
) |
Parameters
- Display
True displays only the surface cut by the section line, false does not
Example
See Also