FamilyLoadingIntoDocumentEventArgsFamilyPath Property |
The file path of the family that is being loaded into the document.
Namespace: Autodesk.Revit.DB.EventsAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic string FamilyPath { get; }
Public ReadOnly Property FamilyPath As String
Get
public:
property String^ FamilyPath {
String^ get ();
}
member FamilyPath : string with get
Property Value
String
See Also