Name Property (PointsLayer)
In This Topic
Gets or sets the name of the item. If specified, and the item is contained in a collection, this name can be used in script expressions to reference the item by name rather than by index.
Syntax
'Declaration
Public Overridable Property Name As String
public virtual string Name {get; set;}
See Also