Share

SchemaBuilder.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: 26.1.0.0 (26.1.0.34)

Syntax

C#

public SchemaBuilder SetApplicationGUID(
	Guid applicationGUID
)

Parameters

applicationGUID  Guid
The application id.

Return Value

SchemaBuilder
The SchemaBuilder object may be used to add more settings.

Exceptions

ExceptionCondition
InvalidOperationException The SchemaBuilder has already finished building the Schema.

See Also

Reference

Was this information helpful?