Search Results for

    Show / Hide Table of Contents

    Delegate TypeResolverDelegate

    This delegate can be used to implement customized logic in type mapping.

    Namespace: Xbim.Common.Model
    Assembly: Xbim.Common.dll
    Syntax
    public delegate ExpressType TypeResolverDelegate(IPersistEntity entity);
    Parameters
    Type Name Description
    IPersistEntity entity

    Original entity

    Returns
    Type Description
    ExpressType

    Express type which maps to the type of the original entity

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim