ReferenceModelSetAsCurrentRevision Method (Int32, Int32)

Sets the given revision as current revision.

Namespace:  Tekla.Structures.Model
Assembly:  Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2023.0.3
Syntax
public bool SetAsCurrentRevision(
	int modelId,
	int revisionId
)

Parameters

modelId
Type: SystemInt32
The model id, which revision is to be changed.
revisionId
Type: SystemInt32
The revision to be set as current.

Return Value

Type: Boolean
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next