IFCPropertyMappingInfoIsValidMappingInfo Method |
Defines whether the mapping info contains meaningful data.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
Boolean
Whether or not the mapping info is valid.
Exceptions
See Also