Share

IFCPropertyMappingInfo.IsValidMappingInfo Method

Defines whether the mapping info contains meaningful data.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static bool IsValidMappingInfo(
	IFCPropertyMappingInfo mappingInfo
)

Parameters

mappingInfo  IFCPropertyMappingInfo
The mapping info

Return Value

Boolean
Whether or not the mapping info is valid.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?