IFunctionsSetSection Method

Set the active variable section using the Tedds 'SetSection' function. For information on Tedds calculation functions, use Tedds for Word and refer to the Tedds engineering library index at "Writing your own custom calculations\Calculation writing documentation\Tedds functions"

Namespace:  Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly:  Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 25.0.0.0
Syntax
bool SetSection(
	[OptionalAttribute] int sectionId,
	[OptionalAttribute] string name
)

Parameters

sectionId (Optional)
Type: SystemInt32
Unique numeric identifier of the section which is to become the active section
name (Optional)
Type: SystemString
Display name of the section

Return Value

Type: Boolean
true if successful; otherwise false
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