ClippingPlane.Edit Method

Edits a clipping plane.
Public Sub Edit( _ 
ByVal planeColor As Nullable(Of Color) _ 
)
This language is not supported or no code example is available.
public void Edit( 
Nullable<Color> planeColor 
)
This language is not supported or no code example is available.

Parameters

planeColor
Nullable<Color>

The color of the clipping plane

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition