FamilyLoadedIntoDocumentEventArgsFamilyName Property |
The file name of the family that is loaded into the document.
Namespace: Autodesk.Revit.DB.EventsAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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