Description:

Create a dynamic field with an initial value and min and max limits.

Syntax:
public bool CreateDynamicField(
string internalName,
string localName,
string englishName,
object value,
object minValue,
object maxValue,
int sectionId
)
Parameters:
  • internalName
  • Type: string
  • is the internal name of the field. Not localized.
  • localName
  • Type: string
  • is the localized user-friendly name of the field.
  • englishName
  • Type: string
  • is the English user-friendly name of the field.
  • value
  • Type: object
  • is the initial value of the field.
  • minValue
  • Type: object
  • is the minimum value of the field. Must be the same type as vValue.
  • maxValue
  • Type: object
  • is the maximum value of the field. Must be the same type as vValue.
  • sectionId
  • Type: int
  • is used for filtering fields between sections. Zero if not needed.
Returns:
Type: bool
Available since:
7.1

/
/
/
CreateDynamicField

CreateDynamicField method

Class:  Rhino.Render.RenderContent

Nothing found