User Tools

Site Tools


DzStringProperty

A static (non-animatable) string property.

More...

Inherits :

Inherited By : DzFileProperty

Constructors

DAZ Script
DzStringProperty ()
DzStringProperty ( String name, Boolean isUserProperty )

Methods

Detailed Description

TODO: Add detailed description.

Constructors


DzStringProperty()

Default Constructor. Creates a non-user property.


DzStringProperty( String name, Boolean isUserProperty )

Parameter(s):

  • name - The name of this property.
  • isUserProperty - If true, creates a user property; user properties are properties that can be added/deleted by users.

Methods


String : getDefaultValue()

Return Value:

  • The default string value of this property.

Since:

  • 4.20.0.5

String : getValue()

Return Value:

  • The string value of this property.

Boolean : setDefaultValue( String val )

Sets the default string value of this property.

Parameter(s):

  • val - The string value to set.

Since:

  • 4.20.0.5

Boolean : setValue( String val )

Sets the string value of this property.

Parameter(s):

  • val - The string value to set.