An NDoc Documented Class Library

Shape.Alias Constructor 

Construct an Alias class.

public Shape.Alias(
   string type,
   string name,
   string id
);

Parameters

type
string. type of the alias (e.g., "Point")
name
string. the alias of the alias (e.g., "head")
id
UUID. UUID of the alias

See Also

Shape.Alias Class | Converter Namespace