Click or drag to resize

RenderClippingPlanesItem Property

Gets or sets the item at the specified index.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public RenderClippingPlane this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: RenderClippingPlane
The item at the specified index.
Exceptions
ExceptionCondition
ObjectDisposedExceptionRenderClippingPlane::IsDisposed == true, RenderClippingPlanes::IsDisposed == true
ObjectNullExceptionvalue == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also