Show / Hide Table of Contents

    Enum CustomPropertyValueType

    The stored type of a custom property value

    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public enum CustomPropertyValueType

    Fields

    Name Description
    Bool

    This value is a boolean

    Date

    This value is a date

    Dimension

    This value is a double representing a linear measurement

    Double

    This value is an double

    None

    This value doesn't exist in the schema

    String

    This value is a System.String

    Back to top