Main Content

target.Alias class

Package: target

Create alternative identifier for target object

Since R2019a

Description

Use the target.Alias class to create alternative identifiers for target objects. For example, if a target object has a long class identifier, you can create a target.Alias object that provides a short identifier for the target object.

To create a target.Alias object, use the target.create function.

Properties

expand all

Alternative identifier for target object.

Attributes:

GetAccess
public
SetAccess
public

Original target object.

Attributes:

GetAccess
public
SetAccess
public

Examples

Create Short Identifier for Target Object

For an example that uses this class, see Create Alternative Identifier for Target Object.

Version History

Introduced in R2019a