RVTDocs.com
Namespace: Autodesk.Revit.DB.IFC Class: IFCData

IFCData.CreateLogicalOfType

Method
Description:
Creates a logical data object of the specified type.
Syntax
public static IFCData CreateLogicalOfType(
	IFCLogical value,
	string typeName
)
Parameters
Parameter Type Description
value IFCLogical The IFCLogical value.
typeName String The type name.
Return Value
Type Description
IFCData The IFCData object.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration