Style Property

Style property returns or sets the surface map base style. Returns a SrfGLFillStyle.

Syntax

object.Style

object.Style = Style

Parameter

Type

Description

Style

srfGLFillStyle

required

Example 1

This example shows how to return the base style.

Debug.Print "Surface Base Style = "; GLFillSurface.Style

Example 2

This example shows how to set the surface base to lighted.

GLFillSurface.Style = srfFillLighted

Used by: GLFillFormat object