Skip to content

ISurfaceSettable Interface

An interface that provides a Surface property which can be set.

C#
public interface ISurfaceSettable

Sets the surface.

C#
ICellSurface Surface { get; set; }