Revit 2026 API
IFCProperty |
Defines whether the mapping info contains meaningful data.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsValidMappingInfo( IFCPropertyMappingInfo mappingInfo )
Public Shared Function IsValidMappingInfo ( mappingInfo As IFCPropertyMappingInfo ) As Boolean
public: static bool IsValidMappingInfo( IFCPropertyMappingInfo^ mappingInfo )
static member IsValidMappingInfo : mappingInfo : IFCPropertyMappingInfo -> bool
Parameters
- mappingInfo IFCPropertyMappingInfo
- The mapping info
Return Value
BooleanWhether or not the mapping info is valid.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also