BasicFileInfoLatestCentralEpisodeGUID Property |
This is the central model's episode GUID corresponding to the last reload latest
done for this model.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic Guid LatestCentralEpisodeGUID { get; }
Public ReadOnly Property LatestCentralEpisodeGUID As Guid
Get
public:
property Guid LatestCentralEpisodeGUID {
Guid get ();
}
member LatestCentralEpisodeGUID : Guid with get
Property Value
Guid
See Also