ClassName Property

 

The ClassName property returns or sets the class name for the specified class. Returns a string.

 

Syntax

object.ClassName( ClassIndex )

object.ClassName( ClassIndex ) = Name

 

Parameter

Type

Description

ClassIndex

Integer

required, class number

Name

String

required; class name

 

Example

    'ClassName

    'Change the name of the first flow line class

    FlowMap.ClassName(1) = "First Class"

 

Used by: FlowMap object, HatchMap object, PinMap object, PrismMap object