Click or drag to resize

InstanceDocumentBuilderAddNumericItemFact Method (Concept, String, String, String, String, String, String, Boolean)

Note: This API is now obsolete.

Namespace:  Altova.RaptorXml.Xbrl
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
[ObsoleteAttribute("bIsNil is deprecated, please specify null as the value instead.")]
public void AddNumericItemFact(
	Concept rConcept,
	string rtValue,
	string rtContextRef,
	string rtUnitRef,
	string rtDecimals,
	string rtPrecision,
	string rtID,
	bool bIsNil
)

Parameters

rConcept
Type: Altova.RaptorXml.Xbrl.TaxonomyConcept
rtValue
Type: SystemString
rtContextRef
Type: SystemString
rtUnitRef
Type: SystemString
rtDecimals
Type: SystemString
rtPrecision
Type: SystemString
rtID
Type: SystemString
bIsNil
Type: SystemBoolean
See Also