Revit 2022 API |
Schema..::..ApplicationGUID Property |
Schema Class See Also |
The GUID of the application or add-in that may access entities of this Schema under the
Application access level.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
C# |
---|
public Guid ApplicationGUID { get; } |
Visual Basic |
---|
Public ReadOnly Property ApplicationGUID As Guid Get |
Visual C++ |
---|
public: property Guid ApplicationGUID { Guid get (); } |