Show / Hide Table of Contents

    Class CustomPropertyMapHandle

    A handle to a custom property map in the SDS2 database

    Inheritance
    object
    CustomPropertyMapHandle
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Database
    Assembly: DesignData.SDS2.Database.dll
    Syntax
    public class CustomPropertyMapHandle

    Constructors

    CustomPropertyMapHandle(CustomPropertyMapHandle)

    A handle to a custom property map in the SDS2 database

    Declaration
    public CustomPropertyMapHandle(CustomPropertyMapHandle other)
    Parameters
    Type Name Description
    CustomPropertyMapHandle other

    Methods

    Dispose(bool)

    A handle to a custom property map in the SDS2 database

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    ~CustomPropertyMapHandle()

    A handle to a custom property map in the SDS2 database

    Declaration
    protected ~CustomPropertyMapHandle()
    Back to top