public static BbDrillHoleProperty Create(
            BbPropertySet bbPropertySet,
            string featureSubType,
            double boltHoleDiameter,
            bool partialHoleIndicator,
            double partialHoleDepth)
        {
            var dh = new BbDrillHoleProperty(
                bbPropertySet,
                featureSubType,
                boltHoleDiameter,
                partialHoleIndicator,
                partialHoleDepth);

            return(dh);
        }
 public static BbDrillHoleProperty Create(
    BbPropertySet bbPropertySet,
     string featureSubType,
     double boltHoleDiameter,
     bool partialHoleIndicator,
     double partialHoleDepth)
 {
     var dh = new BbDrillHoleProperty(
         bbPropertySet,
      featureSubType,
     boltHoleDiameter,
     partialHoleIndicator,
     partialHoleDepth);
     return dh;
 }