DynamoVisualProgramming.DynamoServices by Autodesk

<PackageReference Include="DynamoVisualProgramming.DynamoServices" Version="3.4.0-beta6876" />

 IRenderLabels

public interface IRenderLabels
Represents labels and positions
bool AutoGenerateLabels { get; set; }

A flag indicating whether the render package should auto generate labels based on replication indices

List<Tuple<string, float[]>> LabelData { get; }

void AddLabel(string label, VertexType vertexType, int index)

Add a label position to the render package with position information from an existing geometry vertex.

void AddLabel(string label, double x, double y, double z)

Add a label position to the render package.

void ClearLabels()

Clear all label data from the render package.