ViewSetPreferredFollowedObject Method

Sets the preferred rule object for the section view based on model object ID or Guid. Note: this is currently only supported for section views in fabrication drawings.

Namespace:  Tekla.Structures.Drawing
Assembly:  Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
Syntax
public void SetPreferredFollowedObject(
	Identifier identifier
)

Parameters

identifier
Type: Tekla.StructuresIdentifier
Identifier of the preferred object. The followed object can be set either with ID or GUID.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the current drawing is a GA drawing or the current view is not a section view.
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