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
BooleanWhether or not the mapping info is valid.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |