Click or drag to resize

APIgetSectionProp Method

Get the numerical section properties of a section, as they are in XML file.

Namespace:  NextFEMapi
Assembly:  NextFEMapi (in NextFEMapi.dll) Version: 1.8.1.0 (1.8.1.0)
Syntax
public double getSectionProp(
	string sectionID,
	string propName
)

Parameters

sectionID
Type: SystemString
ID of the section
propName
Type: SystemString
Name of the property to get

Return Value

Type: Double
A double
Remarks
XML properties names and built-in dataset are accepted as input
See Also