Defines whether the mapping info contains meaningful data.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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
See Also
Reference