Class LayerAttribute
Use this attribute to make a field a layer field.
Only works on int fields.
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public class LayerAttribute : Attribute
- Inheritance
-
LayerAttribute
Constructors
LayerAttribute()
public LayerAttribute()