Click or drag to resize

DefineVariableCommand Class

Defines rendering element variable by type and index.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Viewers.NDViewNDCommand
            MediaCy.Viewers.NDDefineVariableCommand

Namespace:  MediaCy.Viewers.ND
Assembly:  MediaCy.Viewers.ND (in MediaCy.Viewers.ND.dll) Version: 3.1.0.0
Syntax
VB
Public Class DefineVariableCommand
	Inherits ViewNDCommand

The DefineVariableCommand type exposes the following members.

Constructors
  NameDescription
Public methodDefineVariableCommand
Initializes a new instance of the DefineVariableCommand class
Public methodDefineVariableCommand(McCommand)
Initializes a new instance of the DefineVariableCommand class
Top
Properties
  NameDescription
Public propertyElementType
Element type
Public propertyIndex
Index of the element (-1 for single types, such as VOI or Animation)
Public propertyOutput
Returns added element.
Top
Methods
  NameDescription
Public methodStatic memberCheckVariable
Public methodRun
Top
Remarks
Rendering element must exist on active ND view
See Also