ExportLayerInfoLayerName Property |
The layer name stored in value.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic string LayerName { get; set; }
Public Property LayerName As String
Get
Set
public:
property String^ LayerName {
String^ get ();
void set (String^ value);
}
member LayerName : string with get, set
Property Value
String
Exceptions
See Also