Description:

Extra requirements are a way of specifying extra functionality on parameters in the automatic UI. Override this function to support values being set from automatic UI sections or the texture summary. See IAutoUIExtraRequirements.h in the C++ RDK SDK for string definitions for the parameter names. Call the base class from your override if you do not support the extra requirement parameter. Please do not call this function. It is only retained for backward compatibility. You should instead call SetExtraRequirementParameter().

Syntax:
public virtual bool SetChildSlotParameter(
String contentParameterName,
String extraRequirementParameter,
object value,
ExtraRequirementsSetContexts sc
)
virtual
Parameters:
  • contentParameterName
  • Type: System.String
  • The parameter or field internal name to which this query applies.
  • extraRequirementParameter
  • Type: System.String
  • The extra requirement parameter, as listed in IAutoUIExtraRequirements.h in the C++ RDK SDK.
  • value
  • Type: object
  • The value to set this extra requirement parameter. You will typically use System.Convert to convert the value to the type you need.
Returns:
Type: bool
True if successful, else false.
Available since:
5.7

/
/
/
SetChildSlotParameter

SetChildSlotParameter method

Class:  Rhino.Render.RenderContent

Nothing found