FamilyLoadingIntoDocumentEventArgs.FamilyName Property

FamilyLoadingIntoDocumentEventArgsFamilyName Property

The file name of the family that is being loaded into the document.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string FamilyName { get; }
Public ReadOnly Property FamilyName As String
	Get
public:
property String^ FamilyName {
	String^ get ();
}
member FamilyName : string with get

Property Value

String
See Also