Click or drag to resize

SetName Class

Sets the name of the collection or feature.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.Commands.Features.FeaturesManagerSetName

Namespace:  MediaCy.Commands.Features.FeaturesManager
Assembly:  MediaCy.Commands.Features (in MediaCy.Commands.Features.dll) Version: 3.1.0.0
Syntax
VB
Public Class SetName
	Inherits BaseCommand

The SetName type exposes the following members.

Constructors
  NameDescription
Public methodSetName
Initializes a new instance of the SetName class
Public methodSetName(String)
Initializes a new instance of the SetName class
Public methodSetName(McCommand)
Initializes a new instance of the SetName class
Top
Properties
  NameDescription
Public propertyCollection
Index of the collection.
Public propertyFeature
Index of the feature in the collection.
Public propertyName
Name of the collection or feature.
Top
Remarks