Rsc.MaterialLabel
Rsc.MaterialLabel field
The unit of measure for the material resource.
public static readonly Key<string, RscKey> MaterialLabel;
Examples
Shows how to read/write Rsc.MaterialLabel property.
var project = new Project();
var resource = project.Resources.Add("Resource");
resource.Set(Rsc.MaterialLabel, "kg");
Console.WriteLine("Material Label: " + resource.Get(Rsc.MaterialLabel));
See Also
- struct Key<T,K>
- enum RscKey
- class Rsc
- namespace Aspose.Tasks
- assembly Aspose.Tasks