SetApplicationGUID Method


Sets the GUID of the application or add-in that may access entities of this Schema under the Application acess level.

Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2012

Syntax

C#
public SchemaBuilder SetApplicationGUID(
	Guid applicationGUID
)
Visual Basic
Public Function SetApplicationGUID ( _
	applicationGUID As Guid _
) As SchemaBuilder
Visual C++
public:
SchemaBuilder^ SetApplicationGUID(
	Guid applicationGUID
)

Parameters

applicationGUID
Type: SystemGuid
The application id.

Return Value

The SchemaBuilder object may be used to add more settings.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsInvalidOperationException The SchemaBuilder has already finished building the Schema.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →