Extended
|
Adds a schema id to the extended properties link.
Namespace: Autodesk.Revit.DB.ExternalData
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
public void AddParameterSchemaWithBindings(
ForgeTypeId schemaId,
ExtendedPropertiesBindings bindings
)
Parameters
- schemaId ForgeTypeId
- Identifier of the schema to add.
- bindings ExtendedPropertiesBindings
- The bindings for the schema.
| Exception | Condition |
|---|---|
| ArgumentException | The ForgeTypeId represents a malformed schema identifier. -or- Thrown when the schemaId already contains bindings. |
| ArgumentNullException | A non-optional argument was null |