BuiltInFailures.PropertySetElementFailures.EmptyPropertySetName Property

BuiltInFailuresPropertySetElementFailuresEmptyPropertySetName Property

A property set name cannot be an empty string.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static FailureDefinitionId EmptyPropertySetName { get; }
Public Shared ReadOnly Property EmptyPropertySetName As FailureDefinitionId
	Get
public:
static property FailureDefinitionId^ EmptyPropertySetName {
	FailureDefinitionId^ get ();
}
static member EmptyPropertySetName : FailureDefinitionId with get

Property Value

FailureDefinitionId
See Also